hosts: steamdeck: move to kde but stick to gdm

This commit is contained in:
2023-07-31 21:51:19 +02:00
parent ca422d00ea
commit 7e3715a646
8 changed files with 76 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
imports = # For now, if applying to other system, swap files
[(import ./hardware-configuration.nix)] ++ # Current system hardware config @ /etc/nixos/hardware-configuration.nix
[(import ../../modules/desktop/steam/default.nix)] ++ # Window Manager
[(import ../../modules/desktop/gnome/default.nix)] ++ # Window Manager
[(import ../../modules/desktop/kde/default.nix)] ++ # Window Manager
[(import ../../modules/desktop/virtualisation/docker.nix)] ++ # Docker
(import ../../modules/hardware); # Hardware devices

View File

@@ -17,7 +17,7 @@
imports =
[
../../modules/desktop/steam/home.nix # Window Manager
../../modules/desktop/gnome/home.nix # Window Manager
../../modules/desktop/kde/home.nix # Window Manager
../../modules/home.nix # Window Manager
];
@@ -47,8 +47,6 @@
};
services = { # Applets
blueman-applet.enable = true; # Bluetooth
network-manager-applet.enable = true; # Network
};
xsession.preferStatusNotifierItems = true;