.
This commit is contained in:
@@ -83,7 +83,10 @@
|
||||
services.logmein-hamachi.enable = true;
|
||||
programs.haguichi.enable = true;
|
||||
|
||||
imports = [ inputs.aagl.nixosModules.default ];
|
||||
imports = [
|
||||
inputs.aagl.nixosModules.default
|
||||
inputs.nur.modules.nixos.default
|
||||
];
|
||||
nix.settings = inputs.aagl.nixConfig;
|
||||
programs.sleepy-launcher.enable = true;
|
||||
programs.anime-game-launcher.enable = true;
|
||||
|
||||
@@ -41,21 +41,14 @@
|
||||
DontCheckDefaultBrowser = true;
|
||||
HardwareAcceleration = false;
|
||||
OfferToSaveLogins = false;
|
||||
DefaultDownloadDirectory = "${home}/Downloads";
|
||||
|
||||
};
|
||||
|
||||
# Extensions
|
||||
extensions = with config.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
bitwarden
|
||||
dark-reader
|
||||
bing-automator
|
||||
|
||||
];
|
||||
configPath = "${config.xdg.configHome}/mozilla/firefox";
|
||||
|
||||
profiles.default = {
|
||||
|
||||
# Extensions
|
||||
|
||||
search = {
|
||||
force = true;
|
||||
default = "google";
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
];
|
||||
|
||||
imports = [
|
||||
./firefox.nix
|
||||
#./firefox.nix
|
||||
inputs.nur.modules.homeManager.default
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user