mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update and remove xserver for Plasma
This commit is contained in:
parent
5211cf23f9
commit
0c3e5c45f6
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@
|
|||
# Plasma
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma6.enable = true;
|
||||
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
};
|
||||
|
||||
# Install some packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue