feat: Setup Workflows

This commit is contained in:
Swarsel 2024-07-18 23:14:22 +02:00
parent 3eecea6503
commit b323399182
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 38 additions and 13 deletions

View file

@ -6288,7 +6288,7 @@ Lastly, I am defining some more packages here that the parser has problems findi
# also read init.el file and install use-package packages
programs.emacs = {
enable = true;
package = (pkgs.emacsWithPackagesFromUsePackage {
package = pkgs.emacsWithPackagesFromUsePackage {
config = ../../programs/emacs/init.el;
package = pkgs.emacs-pgtk;
alwaysEnsure = true;
@ -6327,7 +6327,7 @@ Lastly, I am defining some more packages here that the parser has problems findi
})
];
});
};
};
#+end_src
@ -6533,7 +6533,7 @@ The rest of this configuration is found here:
};
};
};
style = (builtins.readFile ../../programs/waybar/style.css);
style = builtins.readFile ../../programs/waybar/style.css;
};
#+end_src