diff --git a/configurations/host/materusPC/tmp.nix b/configurations/host/materusPC/tmp.nix index 7550907..df38401 100644 --- a/configurations/host/materusPC/tmp.nix +++ b/configurations/host/materusPC/tmp.nix @@ -327,6 +327,7 @@ in pulseaudio binutils + config.materus.profile.packages.firefox /* gnome3.adwaita-icon-theme gnome3.gnome-tweaks diff --git a/configurations/profile/common/packages/default.nix b/configurations/profile/common/packages/default.nix index b5ace49..ecb4295 100644 --- a/configurations/profile/common/packages/default.nix +++ b/configurations/profile/common/packages/default.nix @@ -8,7 +8,7 @@ with materusPkgs.lib; #Single Packages options.materus.profile.packages.home-manager = mkPrivateVar inputs.home-manager.packages.${pkgs.system}.home-manager; options.materus.profile.packages.firefox = mkPrivateVar pkgs.firefox; - + #Package Lists options.materus.profile.packages.list.nixRelated = mkPrivateVar (with pkgs; [ nix-prefetch diff --git a/configurations/profile/home/browser.nix b/configurations/profile/home/browser.nix index 3dd2e75..22cf13f 100644 --- a/configurations/profile/home/browser.nix +++ b/configurations/profile/home/browser.nix @@ -6,7 +6,7 @@ in options= let mkBoolOpt = materusPkgs.lib.mkBoolOpt; in{ materus.profile.browser.firefox.enable = mkBoolOpt config.materus.profile.enableDesktop "Enable Firefox with materus cfg"; - materus.profile.browser.vivaldi.enable = mkBoolOpt false "Enable Vivaldi with materus cfg"; + materus.profile.browser.vivaldi.enable = mkBoolOpt config.materus.profile.enableDesktop "Enable Vivaldi with materus cfg"; }; #TODO: Make some config diff --git a/configurations/profile/os/games/steam.nix b/configurations/profile/os/games/steam.nix index 713b180..bd74732 100644 --- a/configurations/profile/os/games/steam.nix +++ b/configurations/profile/os/games/steam.nix @@ -12,6 +12,8 @@ let steamPkg = pkgs.steam.override { extraPkgs = pkgs: [ + config.materus.profile.packages.firefox + pkgs.nss_latest pkgs.libstrangle pkgs.libkrb5