kde: add and update testbeds (#1252)
Adds testbed for plasma6. In NixOS 25.11 plasma5 will be deprecated so plasma6 should become the default. Related: https://github.com/danth/stylix/issues/1092 Link: https://github.com/danth/stylix/pull/1252 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
f07a4d0b85
commit
b63f664086
2 changed files with 11 additions and 4 deletions
|
|
@ -2,9 +2,6 @@
|
|||
services = {
|
||||
displayManager.sddm.enable = true;
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
desktopManager.plasma6.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
10
modules/kde/testbeds/plasma5.nix
Normal file
10
modules/kde/testbeds/plasma5.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
services = {
|
||||
displayManager.sddm.enable = true;
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue