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
+1 -1
View File
@@ -67,7 +67,7 @@ in
aria2
bat
comma
fastfetch.minimal
fastfetch-unwrapped
fd
fzf
jq
+1 -1
View File
@@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
my.hm.programs.zen-browser = {
enable = true;
nativeMessagingHosts = [ pkgs.master.firefoxpwa ];
nativeMessagingHosts = [ pkgs.firefoxpwa ];
policies = {
# find more options here: https://mozilla.github.io/policy-templates/
DisableAppUpdate = true;
+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 = {