modules/home/desktop/plasma/default.nix: remove stylix line

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-02 15:10:09 +03:00
parent 7b30ddce63
commit 435b741506

View File

@ -12,7 +12,6 @@ in {
mkEnableOption "enable plasma desktop";
};
config = mkIf cfg.enable {
stylix.targets.kde.enable = true;
home.packages = with pkgs; [
wl-clipboard-rs
];