diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-24 11:11:11 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-24 11:11:11 -0400 |
| commit | 38ad11d7f3f5614cc8a55328adcf449b41ebc617 (patch) | |
| tree | 0f89f5ccac3ada8ea5175ff02345da30ab2b989f /modules/user/git.nix | |
| parent | cad9638875c04122b04d47242ddfc76e21e77029 (diff) | |
settle on sway
Diffstat (limited to 'modules/user/git.nix')
| -rw-r--r-- | modules/user/git.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/user/git.nix b/modules/user/git.nix index d41fa11..18e4725 100644 --- a/modules/user/git.nix +++ b/modules/user/git.nix @@ -1,4 +1,9 @@ -{ config, lib, options, ... }: +{ + config, + lib, + options, + ... +}: { programs.git = { enable = lib.mkDefault true; |
