backwards: Add git module

This commit is contained in:
Alexander Heldt
2024-08-15 16:58:08 +02:00
parent f43e0b802b
commit b2e5e3b7dc
4 changed files with 41 additions and 5 deletions

View File

@@ -13,11 +13,7 @@
home.username = "alex";
home.homeDirectory = "/home/alex";
home.packages = [
pkgs.git
pkgs.tig
pkgs.vim
];
home.packages = [ pkgs.vim ];
home.stateVersion = "24.05";
};