rearrange gnome system and home config
This commit is contained in:
parent
a4720dcec9
commit
74946fcd6d
6 changed files with 10 additions and 15 deletions
|
|
@ -5,13 +5,13 @@
|
|||
./hardware-configuration.nix
|
||||
./disk-config.nix
|
||||
../system-default.nix # Common NixOS system configuration
|
||||
../../../modules/desktop.nix
|
||||
../../../modules/gnome/system.nix
|
||||
../../../modules/wireguard.nix
|
||||
../../../modules/login-display.nix
|
||||
];
|
||||
|
||||
# Desktop module configuration (disable GDM for Jovian autoStart mode)
|
||||
desktop-custom.enableDisplayManager = false;
|
||||
gnome-system-custom.enableDisplayManager = false;
|
||||
|
||||
# Bootloader - standard UEFI setup
|
||||
boot.loader = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue