From 74d1b517e927e7af2646a711f8effc36b893471b Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 3 Oct 2023 15:07:37 -0600 Subject: starting to bring definitions back into purpose-specific locations, rather than type-specific --- modules/nixos/services.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/nixos/services.nix') diff --git a/modules/nixos/services.nix b/modules/nixos/services.nix index 336d132..c0cd4e8 100644 --- a/modules/nixos/services.nix +++ b/modules/nixos/services.nix @@ -8,9 +8,6 @@ }; spotifyd.enable = true; - #FOR: sway - dbus.enable = true; - #FROM: configuration.nix # localtimed.enable = true; xserver = { @@ -28,7 +25,7 @@ desktopManager.plasma5.enable = true; displayManager = { sddm.enable = true; - defaultSession = "plasmawayland"; + # defaultSession = "plasmawayland"; }; }; -- cgit v1.2.3