This commit is contained in:
Bryan Ramos 2024-05-10 10:18:44 -04:00
parent 4b9fb65f30
commit 85d5655422
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

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