replace plasma with gnome on laptop

This commit is contained in:
wi11-holdsworth 2025-07-31 08:32:33 +10:00
parent a676409afd
commit f7104f4bce
4 changed files with 75 additions and 23 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
let
feature = "plasma";
in
@ -11,6 +11,12 @@ in
wayland.enable = true;
};
};
environment.systemPackages = with pkgs.kdePackages; [
skanlite
ktorrent
kzones
];
};
options.${feature}.enable = lib.mkEnableOption "enables ${feature}";