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