nix-less hm config ready

This commit is contained in:
Bryan Ramos 2024-05-09 11:53:23 -04:00
parent f28ec054cd
commit 1d170da221
11 changed files with 63 additions and 160 deletions

View file

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