mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -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;
|
||||
let
|
||||
cfg = config.modules.user.git;
|
||||
bash = config.modules.user.bash;
|
||||
|
||||
in
|
||||
{ options.modules.user.git = { enable = mkEnableOption "user.git"; };
|
||||
|
|
@ -22,8 +21,8 @@ in
|
|||
git-crypt
|
||||
];
|
||||
|
||||
programs.bash.initExtra = mkAfter ''
|
||||
${import ./config/cdg.nix}
|
||||
programs.bash.initExtra = ''
|
||||
${import ./config/bashScripts/cdg.nix}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue