Major cleanup
This commit is contained in:
parent
46275901fd
commit
b2ff93693a
24 changed files with 39 additions and 289 deletions
9
hosts/common/environment.nix
Normal file
9
hosts/common/environment.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
environment.shellAliases = {
|
||||
neofetch = "fastfetch";
|
||||
syscleanup =
|
||||
"sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue