From 8e57725eb4b0017adfee509716303b8cb1bf16f2 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 14 Sep 2021 10:37:20 +0200 Subject: [PATCH] Fix shell aliases --- home.nix | 1 - modules/shell_aliases.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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