aboutsummaryrefslogtreecommitdiff
path: root/modules/global.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-04-04 18:35:54 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-04-04 18:35:54 -0400
commit2dccaa26240c1a1e0a608dadadb6d5391292495b (patch)
tree1b1e5537e85a3bb721e56223923da278f3307770 /modules/global.nix
parentf1150b73ebaae94c83d15e9def14acf0bbe704d5 (diff)
downloadhome-2dccaa26240c1a1e0a608dadadb6d5391292495b.tar.gz
git and lazygit
Diffstat (limited to 'modules/global.nix')
-rw-r--r--modules/global.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix
index 4fe183c..f815b23 100644
--- a/modules/global.nix
+++ b/modules/global.nix
@@ -45,6 +45,8 @@ in
zsh.enable = true;
tmux.enable = true;
fzf.enable = true;
+ git.enable = true;
+ lazygit.enable = true;
};
nixGL = lib.mkIf cfg.notNixOS {