From 3a44709859186c06e19fd8d817e5fecb135e7522 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 17:33:18 +0900 Subject: [PATCH] test --- laptop/home-manager.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/laptop/home-manager.nix b/laptop/home-manager.nix index 9c3b9053..a75b1054 100644 --- a/laptop/home-manager.nix +++ b/laptop/home-manager.nix @@ -22,6 +22,7 @@ in extraConfig = { credential.helper = "cache --timeout=25920000"; }; + }; # dconf settings: # https://github.com/gvolpe/dconf2nix @@ -29,9 +30,9 @@ in }; home-manager.users.root = { - home.stateVersion = "23.05"; + home.stateVersion = "23.05"; # User Home-Manager config location - programs.git = { + programs.git = { enable = true; userName = "albert"; userEmail = "albert@sysctl.io";