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

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 8054b6f1e0
commit 60cf0651dc
+3 -1
View File
@@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
let
terminal = "kitty";
@@ -119,4 +119,6 @@ in
toggle-quick-settings = [ ];
};
};
home.packages = with pkgs; [ dconf2nix ];
}