Update home.nix
This commit is contained in:
parent
31feaf99b5
commit
3aee7346bb
1 changed files with 1 additions and 1 deletions
|
|
@ -58,6 +58,6 @@ dconf.settings = {
|
||||||
programs.bash.shellAliases = {
|
programs.bash.shellAliases = {
|
||||||
clean = "sudo nix-collect-garbage -d"; # Still needs sudo for system collection
|
clean = "sudo nix-collect-garbage -d"; # Still needs sudo for system collection
|
||||||
ll = "ls -alh";
|
ll = "ls -alh";
|
||||||
clear = "command clear && fastfetch"
|
clear = "command clear && fastfetch";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue