initial setup
This commit is contained in:
6
root/plasma/desktop-environment/default.nix
Normal file
6
root/plasma/desktop-environment/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
# Install plasma without xserver. Use wayland.
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.xserver.enable = false;
|
||||
}
|
Reference in New Issue
Block a user