adding back bismuth and final fixed lightlyshaders

This commit is contained in:
Chris Cochrun 2022-11-09 09:26:25 -06:00
parent 6a6f052ea2
commit 1d2b7b2d80
3 changed files with 7 additions and 7 deletions

View file

@ -377,7 +377,7 @@ nerdfonts
latte-dock
plasma-browser-integration
alacritty
# libsForQt5.bismuth
libsForQt5.bismuth
libnotify
rofi-wayland
waybar
@ -488,7 +488,7 @@ fennel
Let's create our own custom LightlyShaders package. This is in it's own file for now.
#+NAME: lightlyshaders
#+begin_src nix
(with import <nixpkgs> {}; libsForQt5.callPackage ../../LightlyShaders {})
(libsForQt5.callPackage ../../LightlyShaders {})
#+end_src
Let's also add our own package from my WIP presenter
@ -936,7 +936,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
nvtop
# Dev tools
<<dev-tools>>
# <<lightlyshaders>>
<<lightlyshaders>>
];
# nixpkgs.overlays = [

View file

@ -263,7 +263,7 @@
latte-dock
plasma-browser-integration
alacritty
# libsForQt5.bismuth
libsForQt5.bismuth
libnotify
rofi-wayland
waybar
@ -371,7 +371,7 @@
# plasma5Packages.kirigami2
sqlite
fennel
# (with import <nixpkgs> {}; libsForQt5.callPackage ../../LightlyShaders {})
(libsForQt5.callPackage ../../LightlyShaders {})
];
# nixpkgs.overlays = [

View file

@ -279,7 +279,7 @@
latte-dock
plasma-browser-integration
alacritty
# libsForQt5.bismuth
libsForQt5.bismuth
libnotify
rofi-wayland
waybar
@ -389,7 +389,7 @@
# plasma5Packages.kirigami2
sqlite
fennel
(with import <nixpkgs> {}; libsForQt5.callPackage ../../LightlyShaders {})
(libsForQt5.callPackage ../../LightlyShaders {})
# (with import <nixpkgs> {}; libsForQt5.callPackage /home/chris/dev/church-presenter {})
# (with import <nixpkgs> {}; libsForQt5.callPackage ../../bismuth {})