Skip to content

Commit

Permalink
Enable git globally
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jan 16, 2025
1 parent e3fe9a5 commit bb32f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ in
networking.hostName = cfg.hostname;

programs = {
git.enable = true;
nano.enable = false;
vim = {
enable = true;
Expand Down

0 comments on commit bb32f33

Please sign in to comment.