rearrange gnome system and home config

This commit is contained in:
Yan Lin 2025-11-03 13:46:06 +01:00
parent a4720dcec9
commit 74946fcd6d
6 changed files with 10 additions and 15 deletions

View file

@ -10,11 +10,11 @@
../../../modules/syncthing.nix
../../../modules/firefox.nix
../../../modules/ghostty.nix
../../../modules/gnome.nix
../../../modules/gnome/home.nix
];
# Always show GNOME top bar on Steam Deck
gnome-custom.alwaysShowTopBar = true;
gnome-home-custom.alwaysShowTopBar = true;
# Disable Documents sync on Steam Deck (save space)
syncthing-custom.enabledFolders = [ "Credentials" "Obsidian" ];

View file

@ -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 = {