mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-15 16:54:36 +02:00
omit musescore, tweak inheritance of grouper, migrate desktop to plasma 6
This commit is contained in:
parent
07a1841fda
commit
3b1d605c5d
4 changed files with 15 additions and 15 deletions
|
@ -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;
|
||||
|
|
|
@ -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 = "";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue