Fix shell aliases
This commit is contained in:
parent
ab69dc3c01
commit
8e57725eb4
2 changed files with 1 additions and 2 deletions
1
home.nix
1
home.nix
|
|
@ -75,7 +75,6 @@ in
|
|||
mpv
|
||||
neofetch
|
||||
nix-prefetch-scripts
|
||||
obsidian
|
||||
openvpn
|
||||
pavucontrol
|
||||
pcmanfm
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ let
|
|||
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
||||
"ns" = "nix search nixpkgs";
|
||||
"nS" = "nix-shell";
|
||||
"sc" = "systemctl";
|
||||
"sc" = "sudo systemctl";
|
||||
"scu" = "systemctl --user";
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue