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 latte-dock
plasma-browser-integration plasma-browser-integration
alacritty alacritty
# libsForQt5.bismuth libsForQt5.bismuth
libnotify libnotify
rofi-wayland rofi-wayland
waybar waybar
@ -488,7 +488,7 @@ fennel
Let's create our own custom LightlyShaders package. This is in it's own file for now. Let's create our own custom LightlyShaders package. This is in it's own file for now.
#+NAME: lightlyshaders #+NAME: lightlyshaders
#+begin_src nix #+begin_src nix
(with import <nixpkgs> {}; libsForQt5.callPackage ../../LightlyShaders {}) (libsForQt5.callPackage ../../LightlyShaders {})
#+end_src #+end_src
Let's also add our own package from my WIP presenter 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 nvtop
# Dev tools # Dev tools
<<dev-tools>> <<dev-tools>>
# <<lightlyshaders>> <<lightlyshaders>>
]; ];
# nixpkgs.overlays = [ # nixpkgs.overlays = [

View file

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

View file

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