Re-enable NYXT browser for testing again

This commit is contained in:
Evie Litherland-Smith 2024-11-14 15:17:52 +00:00
parent 2c9e736bd7
commit 371d0547bf
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
{ {
imports = [ imports = [
./firefox.nix ./firefox.nix
./nyxt.nix
./qutebrowser.nix ./qutebrowser.nix
]; ];
} }

View file

@ -23,7 +23,7 @@
:on-primary-color "${scheme.base05}" :on-primary-color "${scheme.base05}"
:secondary-color "${scheme.base03}" :secondary-color "${scheme.base03}"
:on-secondary-color "${scheme.base05}" :on-secondary-color "${scheme.base05}"
:accent-color "${scheme.base0E}" :accent-color "${scheme.magenta}"
:on-accent-color "${scheme.base01}" :on-accent-color "${scheme.base01}"
:action-color "${scheme.cyan}" :action-color "${scheme.cyan}"
:on-action-color "${scheme.base01}" :on-action-color "${scheme.base01}"