This commit is contained in:
2025-08-07 02:31:51 +03:00
parent 7636a5c4c5
commit 7b728b4a21
13 changed files with 63 additions and 75 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ inputs, ... }@flakeContext:
{
config,
inputs,
lib,
pkgs,
...
+4 -4
View File
@@ -6,13 +6,13 @@
{
environment = {
systemPackages = with pkgs; [
#qogir-kde
#qogir-theme
#whitesur-cursors
qogir-icon-theme
whitesur-gtk-theme
whitesur-icon-theme
#whitesur-cursors
whitesur-kde
qogir-icon-theme
#qogir-theme
#qogir-kde
];
};
}