all repos — nixfiles @ 40ab204893cef006ceba61aa39fc717c0e04d32e

System and user configuration, managed by nix and home-manager

kde: configure librewolf-plasma integration

Alan Pearce
commit

40ab204893cef006ceba61aa39fc717c0e04d32e

parent

b3db99b6697895f78ea8ec8decbe7934469fce84

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M system/settings/programs/kde.nixsystem/settings/programs/kde.nix
@@ -18,6 +18,7 @@ programs.ssh.askPassword = lib.mkForce "${pkgs.plasma5Packages.plasma5.ksshaskpass.out}/bin/ksshaskpass";
environment.systemPackages = with pkgs; [ kde-gtk-config + plasma-browser-integration ]; services.picom.enable = false;
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -8,6 +8,9 @@ home.sessionVariables = {
TERMINAL = "xterm"; }; + nixpkgs.config.librewolf = { + enablePlasmaBrowserIntegration = true; + }; home.packages = with pkgs; [ librewolf unstable.logseq