diff --git a/modules/hm/shell_aliases.nix b/modules/hm/shell_aliases.nix index 2d176af..18146e5 100644 --- a/modules/hm/shell_aliases.nix +++ b/modules/hm/shell_aliases.nix @@ -1,6 +1,6 @@ { home.shellAliases = { - "jc" = "sudo journalctl"; + "jc" = "journalctl"; "jcu" = "journalctl --user"; "n" = "nix"; "nb" = "nix build"; @@ -11,7 +11,7 @@ "nsu" = "nix search unstable"; "nss" = "nix search stable"; "nS" = "nix shell"; - "sc" = "sudo systemctl"; + "sc" = "systemctl"; "scu" = "systemctl --user";