Desktop: configure git
This commit is contained in:
parent
eaac86bb1f
commit
1ccb1ded82
2 changed files with 10 additions and 0 deletions
|
|
@ -8,5 +8,6 @@
|
||||||
./keepassxc.nix
|
./keepassxc.nix
|
||||||
./jamesdsp.nix
|
./jamesdsp.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
|
./git.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
9
roles/desktop/programs/git.nix
Normal file
9
roles/desktop/programs/git.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home-manager.users.toast = {
|
||||||
|
programs.git = {
|
||||||
|
package = pkgs.gitFull;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue