beginning a lot of reorganizing stuff
This commit is contained in:
42
flake.nix
42
flake.nix
@@ -347,11 +347,22 @@
|
||||
inherit inputs outputs;
|
||||
};
|
||||
modules = [
|
||||
desktop-impermanence.nixosModules.impermanence
|
||||
desktop-lanzaboote.nixosModules.lanzaboote
|
||||
./base/base-nogui
|
||||
./base/base-gui
|
||||
./hosts/desktop/configuration.nix
|
||||
./share/impermanence
|
||||
./modules/desktop-environments/gnome
|
||||
|
||||
# Lanzaboote
|
||||
desktop-lanzaboote.nixosModules.lanzaboote
|
||||
|
||||
# Chaotic Nyx
|
||||
desktop-chaotic.nixosModules.default
|
||||
|
||||
# Impermanence
|
||||
desktop-impermanence.nixosModules.impermanence
|
||||
./share/impermanence
|
||||
|
||||
# Home Manager
|
||||
desktop-home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
@@ -376,14 +387,13 @@
|
||||
home-manager.backupFileExtension = "backup";
|
||||
}
|
||||
|
||||
# nixos hardware
|
||||
desktop-nixos-hardware.nixosModules.common-cpu-amd
|
||||
desktop-nixos-hardware.nixosModules.common-cpu-amd-pstate
|
||||
desktop-nixos-hardware.nixosModules.common-cpu-amd-zenpower
|
||||
desktop-nixos-hardware.nixosModules.common-gpu-amd
|
||||
desktop-nixos-hardware.nixosModules.common-hidpi
|
||||
desktop-nixos-hardware.nixosModules.common-pc
|
||||
|
||||
desktop-sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
|
||||
@@ -394,11 +404,18 @@
|
||||
inherit inputs outputs;
|
||||
};
|
||||
modules = [
|
||||
nas-impermanence.nixosModules.impermanence
|
||||
nas-lanzaboote.nixosModules.lanzaboote
|
||||
nas-cosmic.nixosModules.default
|
||||
./base/base-nogui
|
||||
./base/base-gui
|
||||
./hosts/nas/configuration.nix
|
||||
./modules/desktop-environments/cosmic
|
||||
|
||||
nas-lanzaboote.nixosModules.lanzaboote
|
||||
|
||||
nas-impermanence.nixosModules.impermanence
|
||||
./hosts/nas/impermanence.nix
|
||||
|
||||
nas-cosmic.nixosModules.default
|
||||
|
||||
nas-home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = false;
|
||||
@@ -501,15 +518,6 @@
|
||||
pi4-impermanence.nixosModules.impermanence
|
||||
pi4-sops-nix.nixosModules.sops
|
||||
./hosts/pi4/configuration.nix
|
||||
#{
|
||||
# # Hardware specific configuration, see section below for a more complete
|
||||
# # list of modules
|
||||
# imports = with nixos-raspberrypi.nixosModules; [
|
||||
# raspberry-pi-4.base
|
||||
# raspberry-pi-4.display-vc4
|
||||
# raspberry-pi-4.bluetooth
|
||||
# ];
|
||||
#}
|
||||
pi4-home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
||||
Reference in New Issue
Block a user