diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 12:23:26 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 12:23:26 +0530 | 
| commit | 2f3d3f02c42839890a692b63d7ea6433060e34d9 (patch) | |
| tree | c774525701f1ce368fe70f16ca66f0cebd75b844 /modules/plasma.nix | |
| parent | 9cb4903aa9c90b7b0f88fe1f954e7474247c06d2 (diff) | |
Update
Diffstat (limited to 'modules/plasma.nix')
| -rw-r--r-- | modules/plasma.nix | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/modules/plasma.nix b/modules/plasma.nix new file mode 100644 index 0000000..6fbe589 --- /dev/null +++ b/modules/plasma.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: + +{ +  services.desktopManager.plasma6.enable = true; +} | 
