flake.lock: update

This commit is contained in:
2026-07-11 10:45:36 +08:00
parent 12d2b3ff49
commit 18278d7175
4 changed files with 79 additions and 99 deletions
+8 -5
View File
@@ -20,11 +20,6 @@ in
autoEnable = false;
base16Scheme = ./tokyonight-storm.yaml;
polarity = "dark";
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
size = 24;
};
icons = {
enable = true;
package = pkgs.papirus-icon-theme;
@@ -32,6 +27,14 @@ in
light = "Papirus-Light";
};
};
home.pointerCursor = {
enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
size = 24;
x11.enable = true;
gtk.enable = true;
};
# GTK
gtk = {