Fixed some todos

This commit is contained in:
Alexander
2025-08-03 21:05:21 +02:00
parent cac871d122
commit b1bd7dcda8
3 changed files with 11 additions and 3 deletions
+6 -1
View File
@@ -85,7 +85,12 @@ in {
shell = pkgs.zsh;
};
environment.systemPackages = with pkgs; [ vim wget ripgrep ];
environment.systemPackages = with pkgs; [
vim
wget
ripgrep
git
];
services.openssh = {
enable = true;