From 961c984de62d922e439321fef7b71be118bd3b3f Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 08:13:12 +0900 Subject: [PATCH] dconf2nix --- laptop/configuration.nix | 2 ++ laptop/home-manager.nix | 3 +++ 2 files changed, 5 insertions(+) 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: + }; };