9 lines
No EOL
230 B
Nix
9 lines
No EOL
230 B
Nix
{ config, pkgs, theme, ... }: {
|
|
programs.firefox = {
|
|
# https://nur.nix-community.org/repos/rycee/
|
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
|
# Theming
|
|
gruvbox-dark-theme
|
|
];
|
|
};
|
|
} |