penpot bash script

This commit is contained in:
Bryan Ramos 2024-05-11 15:05:54 -04:00
parent 4fac97258c
commit 89acce0159
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 37 additions and 29 deletions

View file

@ -14,6 +14,12 @@ in
pkg-config
qrencode
docker
];
programs.bash.initExtra = mkAfter ''
${import ./config/penpot.nix}
'';
};
}