Added NUR overlay

This commit is contained in:
marc
2022-11-25 16:34:57 +01:00
parent 23e0c5a9c8
commit ebbbd0d179
11 changed files with 86 additions and 18 deletions

View File

@@ -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;
};
};
};
}