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