Mizuki tweaks
This commit is contained in:
parent
a5b29bd920
commit
5c4921895e
2 changed files with 11 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue