minor stuff
This commit is contained in:
parent
5f127c4379
commit
2393ca0c91
@ -456,7 +456,7 @@ in
|
|||||||
wine # win translator
|
wine # win translator
|
||||||
protontricks # Managment of proton enabled games
|
protontricks # Managment of proton enabled games
|
||||||
lutris # Linux Game Manager
|
lutris # Linux Game Manager
|
||||||
discord # !delete voip/messenger
|
vesktop # !delete voip/messenger
|
||||||
brasero # Disc-Burner
|
brasero # Disc-Burner
|
||||||
cdrtools # CD tools
|
cdrtools # CD tools
|
||||||
cdrdao # CD tools
|
cdrdao # CD tools
|
||||||
@ -475,9 +475,10 @@ in
|
|||||||
jdk # Java development kit
|
jdk # Java development kit
|
||||||
nixfmt-rfc-style # official nix formatter
|
nixfmt-rfc-style # official nix formatter
|
||||||
ripgrep # some nice grep alternative
|
ripgrep # some nice grep alternative
|
||||||
netcat-gnu # networking connection debugging
|
netcat-openbsd # socket debugging
|
||||||
libsForQt5.qtstyleplugin-kvantum # qt theme
|
libsForQt5.qtstyleplugin-kvantum # qt theme
|
||||||
libsForQt5.qt5ct # qt theme
|
libsForQt5.qt5ct # qt theme
|
||||||
|
virtiofsd # virtiofs drivers
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -163,8 +163,8 @@ in
|
|||||||
"browser.newtabpage.activity-stream.system.showSponsored" = false;
|
"browser.newtabpage.activity-stream.system.showSponsored" = false;
|
||||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
||||||
"extensions.autoDisableScopes" = 0;
|
"extensions.autoDisableScopes" = 0;
|
||||||
"browser.translations.neverTranslateLanguages" = "";
|
"browser.translations.neverTranslateLanguages" = "de";
|
||||||
"browser.translations.alwaysTranslateLanguages" = "de";
|
"browser.translations.alwaysTranslateLanguages" = "";
|
||||||
"browser.warnOnQuit" = false;
|
"browser.warnOnQuit" = false;
|
||||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
"dom.security.https_only_mode" = true;
|
"dom.security.https_only_mode" = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user