completely refactor and modularize flake

This commit is contained in:
willifan 2024-12-26 23:10:52 +01:00
parent 3b1ed7e281
commit b7210fcf8e
141 changed files with 884 additions and 2605 deletions

View file

@ -61,7 +61,6 @@
specialArgs = {
hostname = "Lenni";
type = "desktop";
inherit attrs;
inherit system;
};
@ -78,7 +77,6 @@
attrs.nixvim.nixosModules.nixvim
attrs.nixos-hardware.nixosModules.framework-12th-gen-intel
./hosts/Lenni
./users/willifan
./pkgs
];
@ -91,7 +89,6 @@
specialArgs = {
hostname = "Puenktchen";
type = "desktop";
inherit attrs;
inherit system;
};
@ -110,7 +107,6 @@
attrs.nixos-hardware.nixosModules.common-cpu-amd-pstate
attrs.nixos-hardware.nixosModules.common-cpu-amd-zenpower
./hosts/Puenktchen
./users/willifan
./pkgs
];
@ -123,7 +119,6 @@
specialArgs = {
hostname = "Anton";
type = "server";
inherit attrs;
inherit system;
};
@ -142,7 +137,6 @@
attrs.nixos-hardware.nixosModules.common-cpu-amd-pstate
attrs.nixos-hardware.nixosModules.common-cpu-amd-zenpower
./hosts/Anton
./users/willifan
./pkgs
];
@ -155,7 +149,6 @@
specialArgs = {
hostname = "Lillie";
type = "desktop";
inherit attrs;
inherit system;
};
@ -172,7 +165,6 @@
attrs.nixvim.nixosModules.nixvim
attrs.jovian.nixosModules.default
./hosts/Lillie
./users/willifan
./pkgs
];