Plasma integration in firefox
This commit is contained in:
parent
8e9da1df88
commit
2ef8592e54
2 changed files with 11 additions and 5 deletions
|
@ -187,7 +187,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# TODO: uses nixpkgs.pass so pass otp doesn't work
|
# 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; [
|
# extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
# ublock-origin
|
# ublock-origin
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
system.stateVersion = "24.05";
|
|
||||||
home-manager.users.daniel.home.stateVersion = "24.11";
|
|
||||||
networking.hostName = "foxtrot";
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
{
|
||||||
|
system.stateVersion = "24.05";
|
||||||
|
home-manager.users.daniel.home.stateVersion = "24.05";
|
||||||
|
networking.hostName = "foxtrot";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
# laptop power management
|
# laptop power management
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue