first attempt at adding lightlyshaders permanentlly

This commit is contained in:
Chris Cochrun 2022-05-18 09:20:09 -05:00
parent 61a89f8dca
commit d9ab256bb3
7 changed files with 54 additions and 13 deletions

View file

@ -44,6 +44,7 @@ Both include the home-manager module. Primarily I chose that route so that I cou
};
lib = nixpkgs.lib;
in {
nixosConfigurations = {
syl = lib.nixosSystem {
@ -255,6 +256,13 @@ libsForQt5.kcoreaddons
fennel
#+end_src
Let's create our own custom LightlyShaders package. This is in it's own file for now.
#+NAME: lightlyshaders
#+begin_src nix
(libsForQt5.callPackage ../../pkgs/LightlyShaders {})
#+end_src
Here are the two main overlays I like to use. One for Emacs and another for the AwesomeWM.
#+NAME: overlays
#+begin_src nix
@ -417,6 +425,7 @@ Notice how I am including all of my software here. It may be a big file, but hav
macchina
# Dev tools
<<dev-tools>>
<<lightlyshaders>>
];
<<overlays>>