From 37a9ac7ddc3c24de5736f96c772a35a4adb48ec3 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Mon, 20 Apr 2026 12:13:55 +0530 Subject: git config added --- home.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 6721f30..e9388c2 100644 --- a/home.nix +++ b/home.nix @@ -2,6 +2,7 @@ { imports = [ + ./config/git.nix ./config/zsh.nix ./config/ghostty.nix ]; @@ -15,19 +16,6 @@ inputs.hypr-wellbeing.packages.${pkgs.system}.default ]; - home.file = { - # # Building this configuration will create a copy of 'dotfiles/screenrc' in - # # the Nix store. Activating the configuration will then make '~/.screenrc' a - # # symlink to the Nix store copy. - # ".screenrc".source = dotfiles/screenrc; - - # # You can also set the file content immediately. - # ".gradle/gradle.properties".text = '' - # org.gradle.console=verbose - # org.gradle.daemon.idletimeout=3600000 - # ''; - }; - home = { sessionPath = [ "${config.home.homeDirectory}/.local/bin" -- cgit v1.1