Skip to content

Commit

Permalink
Merge pull request #385 from staticdev/bugfix/firefox-esr-ref
Browse files Browse the repository at this point in the history
Fix Firefox ESR references
  • Loading branch information
staticdev committed Jun 19, 2023
2 parents b9d71f9 + 7a5bea9 commit 2a40378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ dotfiles_files:
- .vimrc
- .zshrc

# Package manager
install_nix_package_manager: true

# Development
## Go settings
golang_developer: true
Expand Down Expand Up @@ -47,7 +44,7 @@ install_vscodium: true
## Firefox config (note: default profile for Debian is default-esr)
configure_firefox: false
firefox_profiles:
default-esr:
default:
extensions:
- ublock-origin
preferences:
Expand Down Expand Up @@ -161,7 +158,7 @@ pip_packages: []
gnome_setup: false
gnome_favorite_apps:
[
"firefox-esr.desktop",
"firefox.desktop",
"brave-browser.desktop",
"org.gnome.Nautilus.desktop",
"codium.desktop",
Expand Down
1 change: 0 additions & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

roles:
- role: ableton.nix
when: install_nix_package_manager
- role: staticdev.firefox
when: configure_firefox
- role: staticdev.brave
Expand Down

0 comments on commit 2a40378

Please sign in to comment.