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

This commit is contained in:
2026-02-02 14:30:09 +01:00
parent 9d22c210e3
commit d9c3cb9889

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 ];
}