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

View file

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