1
0
Fork 0

Mizuki tweaks

This commit is contained in:
Avery 2025-05-26 08:49:48 +00:00
parent a5b29bd920
commit 5c4921895e
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 11 additions and 8 deletions

View file

@ -1,5 +1,12 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ xh gnupg git-credential-manager pass wslu ];
home.packages = with pkgs; [
xh
gnupg
git-credential-manager
pass
wslu
python3
];
programs = {
git = {
enable = true;