mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Reorganize flake
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -28,14 +28,6 @@
|
||||
...
|
||||
} @ inputs: {
|
||||
nixosConfigurations = let
|
||||
desktopLinuxModules = [
|
||||
./common/printing.nix
|
||||
./services/netdata/default.nix
|
||||
./services/keyleds/default.nix
|
||||
./common/linux.nix
|
||||
./common/networking.nix
|
||||
./common/desktop.nix
|
||||
];
|
||||
defaultModules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
./common/fonts.nix
|
||||
@@ -78,6 +70,14 @@
|
||||
};
|
||||
})
|
||||
];
|
||||
desktopLinuxModules = [
|
||||
./common/printing.nix
|
||||
./services/netdata/default.nix
|
||||
./services/keyleds/default.nix
|
||||
./common/linux.nix
|
||||
./common/networking.nix
|
||||
./common/desktop.nix
|
||||
];
|
||||
in {
|
||||
hephaestus = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
Reference in New Issue
Block a user