mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
penpot
This commit is contained in:
parent
5c80915d81
commit
c7942a4631
1 changed files with 1 additions and 3 deletions
|
|
@ -20,9 +20,7 @@ in
|
|||
|
||||
programs = {
|
||||
bash = {
|
||||
initExtra = mkAfter ''
|
||||
${import ./config/penpot.nix}
|
||||
'';
|
||||
initExtra = import ./config/penpot.nix;
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue