omit musescore, tweak inheritance of grouper, migrate desktop to plasma 6

This commit is contained in:
Thilo Billerbeck 2024-02-29 19:14:22 +01:00
parent 07a1841fda
commit 3b1d605c5d
4 changed files with 15 additions and 15 deletions
configs/thilo-pc

View file

@ -16,11 +16,11 @@
isGraphical = true;
};
xsession.pointerCursor = {
/* xsession.pointerCursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
size = 128;
};
}; */
services.kdeconnect.enable = true;
services.kdeconnect.indicator = true;

View file

@ -31,8 +31,8 @@
xserver = {
enable = true;
displayManager.sddm.enable = true;
displayManager.defaultSession = "plasmawayland";
desktopManager.plasma5.enable = true;
displayManager.defaultSession = "plasma";
desktopManager.plasma6.enable = true;
layout = "us";
xkbVariant = "";
};