Compare commits

..

No commits in common. "c55f2be4cb60ba62e4577caa0c2bd8e0984dea26" and "db3f3318a12cf6e11692f12c7f6acaf7545eabda" have entirely different histories.

3 changed files with 5 additions and 7 deletions

View file

@ -25,7 +25,6 @@
home.packages = with pkgs; [
_1password-gui
android-file-transfer
bitwarden-desktop
blueberry
discord
doctl
@ -36,7 +35,7 @@
#localsend
(lutris.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud p.vulkan-tools ]; })
ripgrep
signal-desktop
signal-desktop-beta
spotify
(steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud p.vulkan-tools ]; })
swayimg

View file

@ -2,14 +2,14 @@
programs = {
firefox = {
enable = true;
package = pkgs.firefox;
nativeMessagingHosts = with pkgs; [ _1password-gui bitwarden-desktop ];
policies = import ./policies.nix;
package = pkgs.firefox.override {
extraPolicies = import ./policies.nix;
extraPrefs = builtins.readFile ./prefs.cfg;
};
profiles.default = {
id = 0;
name = "Default";
isDefault = true;
extraConfig = builtins.readFile ./prefs.cfg;
search = {
default = "DuckDuckGo";
engines = {

View file

@ -35,7 +35,6 @@ in
"{3c078156-979c-498b-8990-85f7987dd929}" = install "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi";
"{b743f56d-1cc1-4048-8ba6-f9c2ab7aa54d}" = install "https://addons.mozilla.org/firefox/downloads/latest/dracula-dark-colorscheme/latest.xpi";
"{d634138d-c276-4fc8-924b-40a0ea21d284}" = install "https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi";
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = install "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
};
FirefoxHome = {
Search = true;