mirror of
https://github.com/materusPL/Nixerus.git
synced 2025-06-19 08:46:15 +02:00
materusPC: package changes
This commit is contained in:
parent
3fd176fc9a
commit
a2ac677ac7
@ -327,6 +327,7 @@ in
|
||||
pulseaudio
|
||||
|
||||
binutils
|
||||
config.materus.profile.packages.firefox
|
||||
/*
|
||||
gnome3.adwaita-icon-theme
|
||||
gnome3.gnome-tweaks
|
||||
|
@ -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
|
||||
|
@ -12,6 +12,8 @@ let
|
||||
|
||||
steamPkg = pkgs.steam.override {
|
||||
extraPkgs = pkgs: [
|
||||
config.materus.profile.packages.firefox
|
||||
|
||||
pkgs.nss_latest
|
||||
pkgs.libstrangle
|
||||
pkgs.libkrb5
|
||||
|
Loading…
x
Reference in New Issue
Block a user