fix error from before

This commit is contained in:
MFlossmann 2024-05-28 11:44:18 +02:00
parent 67f1cad4ee
commit a9fa056ccb
3 changed files with 12 additions and 17 deletions

View file

@ -6,4 +6,11 @@
imports = [
# ./sops.nix
];
environment.systemPackages = with pkgs; [
vim
wget
git
libgcc
];
}