materusPC: package changes

This commit is contained in:
2023-06-08 18:24:48 +02:00
parent 3fd176fc9a
commit a2ac677ac7
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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