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 = {