adding librepresenter to kaladin and trying to fix tridactyl

This commit is contained in:
Chris Cochrun 2022-12-06 09:41:57 -06:00
parent 06d7e288c6
commit 17fc67dfa3
4 changed files with 5 additions and 4 deletions

View file

@ -435,7 +435,6 @@ gzip
qrencode
brave
scribus
# appflowy
darktable
qutebrowser
virt-manager
@ -1087,6 +1086,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
<<ydotool>>
<<dev-tools>>
<<lightlyshaders>>
<<librepresenter>>
];
# nixpkgs.overlays = [
@ -2256,6 +2256,7 @@ I also use home-manager for managing dotfiles. This means that everything is con
package = pkgs.firefox-wayland.override {
cfg = {
enableTridactylNative = true;
enablePlasmaBrowserIntegration = true;
};
};
profiles.chris = {

View file

@ -315,7 +315,6 @@
qrencode
brave
scribus
# appflowy
darktable
qutebrowser
virt-manager
@ -402,7 +401,8 @@
# plasma5Packages.kirigami2
sqlite
fennel
(libsForQt5.callPackage /home/chris/dev/LightlyShaders {})
(libsForQt5.callPackage ../../LightlyShaders {})
(libsForQt5.callPackage /home/chris/dev/church-presenter {})
];
# nixpkgs.overlays = [

View file

@ -334,7 +334,6 @@
qrencode
brave
scribus
# appflowy
darktable
qutebrowser
virt-manager

View file

@ -306,6 +306,7 @@
package = pkgs.firefox-wayland.override {
cfg = {
enableTridactylNative = true;
enablePlasmaBrowserIntegration = true;
};
};
profiles.chris = {