From 17fc67dfa33d1ce541c582c3db9f6b2210f88e0f Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 6 Dec 2022 09:41:57 -0600 Subject: [PATCH] adding librepresenter to kaladin and trying to fix tridactyl --- README.org | 3 ++- system/kaladin/configuration.nix | 4 ++-- system/syl/configuration.nix | 1 - user/home.nix | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 7a51274..16219aa 100644 --- a/README.org +++ b/README.org @@ -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 <> <> <> + <> ]; # 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 = { diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 9bd48b7..a79aab3 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -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 = [ diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 8c41eab..68dc7dd 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -334,7 +334,6 @@ qrencode brave scribus - # appflowy darktable qutebrowser virt-manager diff --git a/user/home.nix b/user/home.nix index ede9d17..05740da 100644 --- a/user/home.nix +++ b/user/home.nix @@ -306,6 +306,7 @@ package = pkgs.firefox-wayland.override { cfg = { enableTridactylNative = true; + enablePlasmaBrowserIntegration = true; }; }; profiles.chris = {