fix: firefox bitwarden integration

This commit is contained in:
Daniel Flanagan 2025-02-16 22:44:54 -06:00
parent 8e6a87d657
commit b2147e90e5
2 changed files with 20 additions and 4 deletions
lib/modules/home

View file

@ -220,7 +220,12 @@ in
};
desktop =
{ config, lib, ... }:
{
pkgs,
config,
lib,
...
}:
{
imports = with homeManagerModules; [
firefox
@ -236,6 +241,17 @@ in
config = lib.mkIf config.lyte.desktop.enable {
programs.firefox.enable = true;
programs.ghostty.enable = true;
home.pointerCursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
size = 40;
};
gtk.cursorTheme = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
size = 40;
};
gtk.font = pkgs.iosevkaLyteTerm;
};
};

View file

@ -15,9 +15,9 @@
programs.firefox = {
# enable = true;
profileVersion = null;
# package = pkgs.firefox.override {
# nativeMessagingHosts = with pkgs; [ bitwarden ];
# };
package = pkgs.firefox.override {
nativeMessagingHosts = with pkgs; [ bitwarden ];
};
/*
TODO: this should be able to work on macos, no?
TODO: enable color scheme/theme by default