This commit is contained in:
Bryan Ramos 2024-05-10 00:15:24 -04:00
parent 201e2160a4
commit 25df3c37ef
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 5 additions and 3 deletions

View file

@ -10,6 +10,8 @@ in
home.packages = with pkgs; [
nix-init
nix-prefetch-git
gcc
];
};
}