diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-29 22:04:27 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-29 22:04:27 +0530 | 
| commit | 743478f373a66f7b050030948824d722d6b2cc67 (patch) | |
| tree | 07018801a29c1dce5e7876afb3845d8b20232e7e /modules/plasma.nix | |
| parent | d4967ba5f47553bcfcc60fd5af2c4187d8cc448e (diff) | |
update
Diffstat (limited to 'modules/plasma.nix')
| -rw-r--r-- | modules/plasma.nix | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/modules/plasma.nix b/modules/plasma.nix new file mode 100644 index 0000000..35849b2 --- /dev/null +++ b/modules/plasma.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: + +{ +  environment.sessionVariables.NIXOS_OZONE_WL = "1"; +  services.xserver.enable = true; +  services.xserver.desktopManager.plasma5.enable = true; +} | 
