diff --git a/users/root.nix b/users/root.nix index ab329e8..bf78610 100644 --- a/users/root.nix +++ b/users/root.nix @@ -10,11 +10,14 @@ programs.fish.enable = true; - home-manager.users.root.home = { - shellAliases = { - "systemctl" = "systemctl --no-ager -l"; - "journalctl" = "journalctl --no-pager -l"; + home-manager.users.root = { + programs.fish.enable = true; + home = { + shellAliases = { + "systemctl" = "systemctl --no-pager -l"; + "journalctl" = "journalctl --no-pager -l"; + }; + stateVersion = "24.11"; }; - stateVersion = "24.11"; }; }