This commit is contained in:
2025-08-08 21:39:01 +03:00
parent 8cedf7f691
commit a7b5c6f466
11 changed files with 6 additions and 10 deletions
+18
View File
@@ -0,0 +1,18 @@
{
config,
pkgs,
...
}:
{
environment = {
systemPackages = with pkgs; [
#qogir-kde
#qogir-theme
#whitesur-cursors
qogir-icon-theme
whitesur-gtk-theme
whitesur-icon-theme
whitesur-kde
];
};
}