mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Use Plasma on nucturne
This commit is contained in:
parent
49adfe43a7
commit
e680a84b9f
@ -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;
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ with lib; {
|
||||
enable = true;
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
defaultSession = "plasmawayland";
|
||||
#defaultSession = "plasmawayland";
|
||||
};
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
|
||||
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user