diff --git a/home-manager/home.nix b/home-manager/home.nix index 0981527..18a8644 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -58,6 +58,6 @@ dconf.settings = { programs.bash.shellAliases = { clean = "sudo nix-collect-garbage -d"; # Still needs sudo for system collection ll = "ls -alh"; - clear = "command clear && fastfetch" + clear = "command clear && fastfetch"; }; }