This commit is contained in:
Bryan Ramos 2024-05-10 00:32:56 -04:00
parent e9d1b10ae0
commit 8786e672dc
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 1 additions and 2 deletions

View file

@ -20,6 +20,7 @@ in
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
lazygit lazygit
gcc
]; ];
}; };
} }

View file

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