Added NUR overlay
This commit is contained in:
@@ -16,5 +16,19 @@ in
|
||||
samfelag.modules.desktop.i3.extraKeybindings = lib.mkIf i3Cfg.enable {
|
||||
"${i3Cfg.mod}+Shift+i" = "exec ${pkgs.firefox}/bin/firefox";
|
||||
};
|
||||
|
||||
hm.programs.firefox = {
|
||||
enable = true;
|
||||
# extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
# # See https://nur.nix-community.org/repos/rycee/
|
||||
# firefox-color
|
||||
# ];
|
||||
profiles.default = {
|
||||
id = 0;
|
||||
name = "Default";
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user