fix: add 'dconf2nix' package to 'dconf' module

This commit is contained in:
2026-02-02 14:30:09 +01:00
parent 8054b6f1e0
commit 60cf0651dc

View File

@@ -1,4 +1,4 @@
{ config, ... }: { config, pkgs, ... }:
let let
terminal = "kitty"; terminal = "kitty";
@@ -119,4 +119,6 @@ in
toggle-quick-settings = [ ]; toggle-quick-settings = [ ];
}; };
}; };
home.packages = with pkgs; [ dconf2nix ];
} }