hyprland module consolidation and some refactoring

This commit is contained in:
cnst
2024-10-29 18:33:37 +01:00
parent 9609b2a47a
commit 9f05e45d68
46 changed files with 1115 additions and 806 deletions

View File

@@ -35,6 +35,8 @@ in {
./modules.nix
];
networking.hostName = "toothpc";
environment.variables.FLAKE = "/home/toothpick/.nix-config";
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion

View File

@@ -34,7 +34,6 @@
};
network = {
enable = true;
hostName = "toothpc";
interfaces = {
"enp4s0" = {
allowedTCPPorts = [22 80 443];