updating some wm stuff

This commit is contained in:
Chris Cochrun 2022-11-16 09:34:42 -06:00
parent 79511c3289
commit d8b69fea60
8 changed files with 45 additions and 25 deletions

View file

@ -495,7 +495,7 @@ Let's create our own custom LightlyShaders package. This is in it's own file for
Let's also add our own package from my WIP presenter
#+NAME: librepresenter
#+begin_src nix
(with import <nixpkgs> {}; libsForQt5.callPackage /home/chris/dev/church-presenter {})
(libsForQt5.callPackage /home/chris/dev/church-presenter {})
#+end_src
Firefox has it's own setup
@ -810,7 +810,7 @@ Notice how I am including all of my software here. It may be a big file, but hav
# Dev tools
<<dev-tools>>
<<lightlyshaders>>
# <<librepresenter>>
<<librepresenter>>
# (with import <nixpkgs> {}; libsForQt5.callPackage ../../bismuth {})
];