refactor: moved system modules around to be more coherent
This commit is contained in:
parent
13fc2a1450
commit
263728f6b6
16 changed files with 72 additions and 60 deletions
|
@ -1,14 +1,12 @@
|
|||
{
|
||||
imports = [
|
||||
./hw-nemesis.nix
|
||||
./modules/common.nix # Common options for all systems
|
||||
./modules/systemd-boot.nix # Systemd-boot as bootloader
|
||||
./modules/locale.nix # SG locale settings
|
||||
./modules/fonts.nix # Fonts
|
||||
./modules/networking.nix # Common networking settings
|
||||
./modules/hyprland.nix # Hyprland compositor
|
||||
./modules/nvidia.nix # Nvidia settings
|
||||
./modules/personalisation.nix
|
||||
./modules/bootloaders/systemd-boot.nix
|
||||
./modules/common.nix
|
||||
./modules/hardware/nvidia.nix
|
||||
./modules/networking.nix
|
||||
./modules/desktop.nix
|
||||
./modules/stylix.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nemesis";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue