Plasma
This commit is contained in:
parent
59842a4ba4
commit
97c86fb014
8 changed files with 122 additions and 7 deletions
13
wm/plasma.nix
Normal file
13
wm/plasma.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../packages/sets/x.nix
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
};
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue