back to kde+karousel, niri was cool, but it wasn't kde

This commit is contained in:
William 2026-03-27 10:15:48 -03:00
parent b106482e3c
commit 4c5a5385c7
13 changed files with 47 additions and 343 deletions

View file

@ -33,6 +33,17 @@
];
config.common.default = "*";
};
environment = {
systemPackages = with pkgs; [
kdePackages.karousel
kde-rounded-corners
];
plasma6.excludePackages = with pkgs.kdePackages; [
elisa
gwenview
kate
];
};
programs.kdeconnect.enable = true;
};