diff --git a/machines/nucturne/default.nix b/machines/nucturne/default.nix index 5f59bd7..1659e35 100644 --- a/machines/nucturne/default.nix +++ b/machines/nucturne/default.nix @@ -19,9 +19,9 @@ # enable X11 with lightdm and i3 graphical = { enable = true; - sway.enable = true; + sway.enable = false; i3.enable = false; - plasma.enable = false; + plasma.enable = true; # set dpi if used in mobile applications # dpi = 180; }; diff --git a/modules/plasma.nix b/modules/plasma.nix index 9502abc..88f2b96 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -14,7 +14,7 @@ with lib; { enable = true; displayManager = { sddm.enable = true; - defaultSession = "plasmawayland"; + #defaultSession = "plasmawayland"; }; desktopManager.plasma5.enable = true; }; diff --git a/users/ellmau/graphical.nix b/users/ellmau/graphical.nix index 8d658b2..1a67ca4 100644 --- a/users/ellmau/graphical.nix +++ b/users/ellmau/graphical.nix @@ -15,5 +15,6 @@ with lib; { }; gtk.enable = true; home.file.".background-image".source = ../../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; + home.file.".background-image.png".source = ../../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; }; }