diff --git a/home.nix b/home.nix index 7cbee73..f37c499 100644 --- a/home.nix +++ b/home.nix @@ -75,7 +75,6 @@ in mpv neofetch nix-prefetch-scripts - obsidian openvpn pavucontrol pcmanfm diff --git a/modules/shell_aliases.nix b/modules/shell_aliases.nix index 68f6772..6fc742b 100644 --- a/modules/shell_aliases.nix +++ b/modules/shell_aliases.nix @@ -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