diff --git a/laptop/configuration.nix b/laptop/configuration.nix index d729dd63..d2c12e87 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -130,6 +130,8 @@ fprintd # General packages + # https://github.com/gvolpe/dconf2nix + dconf2nix wget vim git diff --git a/laptop/home-manager.nix b/laptop/home-manager.nix index 4ca58e36..92c14a6e 100644 --- a/laptop/home-manager.nix +++ b/laptop/home-manager.nix @@ -17,6 +17,9 @@ in extraConfig = { credential.helper = "cache --timeout=25920000"; }; + + # dconf settings: + }; };