Steam, Virtualbox and Git Secrets

This commit is contained in:
zuma 2025-02-27 21:10:46 +01:00
parent 508a66f1cf
commit 308c0ebdbe
4 changed files with 34 additions and 3 deletions

View file

@ -45,5 +45,13 @@
size = 24;
};
programs.git = {
enable = true;
extraConfig = {
credential.helper = "libsecret";
};
};
programs.home-manager.enable = true;
}