switch to plasma6

This commit is contained in:
Payas Relekar 2024-03-13 22:54:07 +05:30
parent f01f76d480
commit cd149d1f81
2 changed files with 5 additions and 16 deletions

View file

@ -22,10 +22,7 @@
services.xserver.enable = true;
services.xserver = {
displayManager.sddm.enable = true;
desktopManager.plasma5 = {
enable = true;
runUsingSystemd = true;
};
desktopManager.plasma6.enable = true;
monitorSection = ''
Option "Rotate" "right"
'';
@ -46,7 +43,6 @@
};
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;

View file

@ -12,12 +12,9 @@
enableHidpi = true;
autoNumlock = true;
};
defaultSession = "plasmawayland";
};
desktopManager.plasma5 = {
enable = true;
runUsingSystemd = true;
defaultSession = "plasma";
};
desktopManager.plasma6.enable = true;
# Enable touchpad support.
libinput.enable = true;
};
@ -50,15 +47,11 @@
'';
environment = {
plasma5.excludePackages = with pkgs; [
plasma5Packages.oxygen
libsForQt5.elisa
plasma6.excludePackages = with pkgs; [
kdePackages.elisa
];
systemPackages = with pkgs; [
# dev
yakuake
# Wayland
wl-clipboard
];