Major cleanup

This commit is contained in:
William 2024-09-18 12:42:20 -03:00
parent 46275901fd
commit b2ff93693a
24 changed files with 39 additions and 289 deletions

View file

@ -9,6 +9,11 @@
enable = true;
editor = false;
consoleMode = "max";
sortKey = "aa";
netbootxyz = {
enable = true;
sortKey = "zz";
};
};
};
};

View file

@ -13,5 +13,6 @@
./users.nix
./virtualisation.nix
./stylix.nix
./environment.nix
];
}

View file

@ -0,0 +1,9 @@
{ ... }:
{
environment.shellAliases = {
neofetch = "fastfetch";
syscleanup =
"sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
};
}

View file

@ -7,9 +7,9 @@
agenix
bind
btop
fastfetch
git
helix
neofetch
sysz
tmux
tree

View file

@ -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)";
};
};
};
}