diff --git a/home/homemodules/fish/default.nix b/home/homemodules/fish/default.nix index cff2576..6bffe61 100644 --- a/home/homemodules/fish/default.nix +++ b/home/homemodules/fish/default.nix @@ -221,6 +221,10 @@ in { ns = "nix shell nixpkgs#"; nr = "nix run"; nps = "nps -e"; + + # Systemctl + st = "sudo systemctl-tui"; + sf = "systemctl --failed"; } # Abbrs only available if package is installed @@ -239,11 +243,6 @@ in { # grep = rg; }) - (abbrify pkgs.systemctl-tui { - st = "systemctl-tui"; - sf = "systemctl --failed"; - }) - (abbrify pkgs.eza { ls = "eza --color=always --group-directories-first -F --git --icons=always --octal-permissions"; lsl = "eza --color=always --group-directories-first -F --git --icons=always --octal-permissions -l";