This commit is contained in:
Bryan Ramos 2024-05-12 11:07:11 -04:00
parent 5c80915d81
commit c7942a4631
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -20,9 +20,7 @@ in
programs = {
bash = {
initExtra = mkAfter ''
${import ./config/penpot.nix}
'';
initExtra = import ./config/penpot.nix;
};
direnv = {
enable = true;