diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 12:13:55 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-20 12:13:55 +0530 |
| commit | 37a9ac7ddc3c24de5736f96c772a35a4adb48ec3 (patch) | |
| tree | 7498dba46e9c9b1b43b086525f30fb3303925d09 /home.nix | |
| parent | 36ac9f9a50f164f5f031e44fc2206e13249c00a6 (diff) | |
| download | odysseus-37a9ac7ddc3c24de5736f96c772a35a4adb48ec3.zip odysseus-37a9ac7ddc3c24de5736f96c772a35a4adb48ec3.tar.gz | |
git config added
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -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" |
