mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
modularized further
This commit is contained in:
parent
89acce0159
commit
fdad9191aa
3 changed files with 12 additions and 10 deletions
|
|
@ -18,8 +18,17 @@ in
|
|||
docker
|
||||
];
|
||||
|
||||
programs.bash.initExtra = mkAfter ''
|
||||
${import ./config/penpot.nix}
|
||||
'';
|
||||
programs = {
|
||||
bash = {
|
||||
initExtra = mkAfter ''
|
||||
${import ./config/penpot.nix}
|
||||
'';
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue