Major cleanup
This commit is contained in:
parent
46275901fd
commit
b2ff93693a
24 changed files with 39 additions and 289 deletions
|
|
@ -9,6 +9,11 @@
|
|||
enable = true;
|
||||
editor = false;
|
||||
consoleMode = "max";
|
||||
sortKey = "aa";
|
||||
netbootxyz = {
|
||||
enable = true;
|
||||
sortKey = "zz";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,5 +13,6 @@
|
|||
./users.nix
|
||||
./virtualisation.nix
|
||||
./stylix.nix
|
||||
./environment.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
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";
|
||||
};
|
||||
}
|
||||
|
|
@ -7,9 +7,9 @@
|
|||
agenix
|
||||
bind
|
||||
btop
|
||||
fastfetch
|
||||
git
|
||||
helix
|
||||
neofetch
|
||||
sysz
|
||||
tmux
|
||||
tree
|
||||
|
|
|
|||
|
|
@ -6,5 +6,12 @@
|
|||
fstrim.enable = true;
|
||||
tailscale.enable = true;
|
||||
openssh.enable = true;
|
||||
keyd = {
|
||||
enable = true;
|
||||
keyboards.all = {
|
||||
ids = [ "*" ];
|
||||
settings.main.capslock = "overload(meta, esc)";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue