sombrero: Add git

This commit is contained in:
Alexander Heldt
2023-01-07 18:08:47 +01:00
parent 833527ed87
commit 2409ad2aa2

View File

@@ -69,7 +69,10 @@
}; };
}; };
environment.systemPackages = with pkgs; [ vim ]; environment.systemPackages = with pkgs; [
vim
git
];
# Configure keymap in X11 # Configure keymap in X11
# services.xserver.layout = "us"; # services.xserver.layout = "us";