mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +00:00
services.xserver.desktopManager.plasma6.enable -> services.desktopManager.plasma6.enable
This commit is contained in:
parent
839d8a360b
commit
f06a3a6eea
1 changed files with 1 additions and 1 deletions
|
@ -23,8 +23,8 @@
|
|||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
desktopManager.plasma6.enable = true;
|
||||
};
|
||||
desktopManager.plasma6.enable = true;
|
||||
#wayland.enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue