moved git to home-manager for use on multiple systems, currently enabled but not configured
This commit is contained in:
parent
29f74e5639
commit
ff707054c1
4 changed files with 14 additions and 8 deletions
3
home-manager/git.nix
Normal file
3
home-manager/git.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{config, ... }:{
|
||||
programs.git.enable = true;
|
||||
}
|
|
@ -15,6 +15,7 @@
|
|||
./eza.nix
|
||||
./nixvim.nix
|
||||
./nextcloud.nix
|
||||
./git.nix
|
||||
];
|
||||
|
||||
# States home manager version that config was originally compatible with, do not change without reading all patch notes since this version and altering as needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue