Sif: update desktops
This commit is contained in:
parent
bc4cacb9ac
commit
f8155bf8fa
1 changed files with 12 additions and 9 deletions
|
|
@ -116,11 +116,18 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
# desktopManager.gnome.enable = true;
|
||||
# desktopManager.plasma6 = { enable = true; enableQt5Integration = true; };
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.cosmic.enable = true;
|
||||
# displayManager.cosmic-greeter.enable = true;
|
||||
desktopManager = {
|
||||
cosmic.enable = true;
|
||||
gnome.enable = true;
|
||||
# plasma6 = { enable = true; enableQt5Integration = true; };
|
||||
};
|
||||
displayManager = {
|
||||
enable = true;
|
||||
defaultSession = "hyprland";
|
||||
|
||||
cosmic-greeter.enable = true;
|
||||
# sddm.enable = true;
|
||||
};
|
||||
|
||||
# X11 windowing system.
|
||||
xserver = {
|
||||
|
|
@ -132,10 +139,6 @@
|
|||
options = "eurosign:e,terminate:ctrl_alt_bksp,compose:rctrl,grp:menu_toggle";
|
||||
};
|
||||
};
|
||||
displayManager = {
|
||||
enable = true;
|
||||
defaultSession = "hyprland";
|
||||
};
|
||||
libinput.enable = true;
|
||||
|
||||
keybase.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue