mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
git module
This commit is contained in:
parent
b3714ed696
commit
5c80915d81
2 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.modules.user.git;
|
cfg = config.modules.user.git;
|
||||||
bash = config.modules.user.bash;
|
|
||||||
|
|
||||||
in
|
in
|
||||||
{ options.modules.user.git = { enable = mkEnableOption "user.git"; };
|
{ options.modules.user.git = { enable = mkEnableOption "user.git"; };
|
||||||
|
|
@ -22,8 +21,8 @@ in
|
||||||
git-crypt
|
git-crypt
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.bash.initExtra = mkAfter ''
|
programs.bash.initExtra = ''
|
||||||
${import ./config/cdg.nix}
|
${import ./config/bashScripts/cdg.nix}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue