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
|
mpv
|
||||||
neofetch
|
neofetch
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
obsidian
|
|
||||||
openvpn
|
openvpn
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pcmanfm
|
pcmanfm
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ let
|
||||||
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
"nf" = "find /nix/store/ -maxdepth 1 | grep";
|
||||||
"ns" = "nix search nixpkgs";
|
"ns" = "nix search nixpkgs";
|
||||||
"nS" = "nix-shell";
|
"nS" = "nix-shell";
|
||||||
"sc" = "systemctl";
|
"sc" = "sudo systemctl";
|
||||||
"scu" = "systemctl --user";
|
"scu" = "systemctl --user";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue