fix: add 'dconf2nix' package to 'dconf' module
This commit is contained in:
@@ -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 ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user