update flake.lock; sddm -> ly

This commit is contained in:
2026-06-06 12:29:04 +08:00
parent df37f04bdc
commit a3433735b7
9 changed files with 82 additions and 105 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
config,
lib,
pkgs,
hostname,
...
}:
let
@@ -16,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
my.hm.programs.zen-browser = {
enable = true;
nativeMessagingHosts = [ pkgs.firefoxpwa ];
nativeMessagingHosts = [ pkgs.master.firefoxpwa ];
policies = {
# find more options here: https://mozilla.github.io/policy-templates/
DisableAppUpdate = true;