Plasma integration in firefox

This commit is contained in:
Daniel Flanagan 2024-07-29 11:29:20 -05:00
parent 8e9da1df88
commit 2ef8592e54
2 changed files with 11 additions and 5 deletions

View file

@ -187,7 +187,12 @@
enable = true;
# TODO: uses nixpkgs.pass so pass otp doesn't work
package = pkgs.firefox.override {nativeMessagingHosts = [pkgs.passff-host];};
package = pkgs.firefox.override {
nativeMessagingHosts = [
pkgs.passff-host
pkgs.plasma-browser-integration
];
};
# extensions = with pkgs.nur.repos.rycee.firefox-addons; [
# ublock-origin

View file

@ -1,9 +1,10 @@
{pkgs, ...}: {
system.stateVersion = "24.05";
home-manager.users.daniel.home.stateVersion = "24.11";
networking.hostName = "foxtrot";
imports = [
{
system.stateVersion = "24.05";
home-manager.users.daniel.home.stateVersion = "24.05";
networking.hostName = "foxtrot";
}
{
# laptop power management
services.upower.enable = true;