Update flake.lock
This commit is contained in:
parent
ba65a9a177
commit
3ab12d4a1f
3 changed files with 85 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, ... }:
|
||||
{ pkgs, config, nur, ... }:
|
||||
let
|
||||
# FireFox theme, based on https://github.com/Dook97/firefox-qutebrowser-userchrome
|
||||
themeFont = ''
|
||||
|
@ -30,7 +30,7 @@ let
|
|||
in {
|
||||
# Enable Librewolf and extensions
|
||||
programs.firefox = let
|
||||
commonExtensions = with config.nur.repos.rycee.firefox-addons; [
|
||||
commonExtensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
bitwarden
|
||||
darkreader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue