Update main branch #1
1 changed files with 5 additions and 6 deletions
11
home/cli.nix
11
home/cli.nix
|
|
@ -17,6 +17,11 @@ in {
|
|||
homeDirectory = "/home/${myUser}";
|
||||
stateVersion = "21.05";
|
||||
sessionPath = [ "$HOME/.local/bin" "$HOME/.emacs.d/bin" ];
|
||||
shellAliases = {
|
||||
e = "emacsclient -c $@";
|
||||
ls = "exa $@";
|
||||
t = "exa -T $@";
|
||||
};
|
||||
};
|
||||
|
||||
# do not show home-manager notifications
|
||||
|
|
@ -91,12 +96,6 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
environment.shellAliases = {
|
||||
e = "emacsclient -c $@";
|
||||
ls = "exa $@";
|
||||
t = "exa -T $@";
|
||||
};
|
||||
|
||||
programs = {
|
||||
bash = { enable = true; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue