updating to plasma6
This commit is contained in:
12
users/richie/global/desktop.nix
Normal file
12
users/richie/global/desktop.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
xserver = {
|
||||
enable = true;
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user