diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 20:15:56 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 20:15:56 +0530 |
| commit | 007a160616ff033f3cafee058a8afc28629664c9 (patch) | |
| tree | 44c706bef4e709d576b03da1bb4547df10dfef63 /modules/plasma.nix | |
| parent | f7be27cccc42f3491f978171a557d3c8db8fe82a (diff) | |
update
Diffstat (limited to 'modules/plasma.nix')
| -rw-r--r-- | modules/plasma.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/plasma.nix b/modules/plasma.nix deleted file mode 100644 index 35849b2..0000000 --- a/modules/plasma.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs, ... }: - -{ - environment.sessionVariables.NIXOS_OZONE_WL = "1"; - services.xserver.enable = true; - services.xserver.desktopManager.plasma5.enable = true; -} |
