Disable unneeded nixinator modules
This commit is contained in:
@ -18,7 +18,7 @@ rec {
|
|||||||
config = {
|
config = {
|
||||||
modules = {
|
modules = {
|
||||||
audio = {
|
audio = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
carla.enable = false;
|
carla.enable = false;
|
||||||
bitwig.enable = true; # TODO: Check what happens when upgrade plan ends, do I need to pin the version then?
|
bitwig.enable = true; # TODO: Check what happens when upgrade plan ends, do I need to pin the version then?
|
||||||
@ -44,7 +44,7 @@ rec {
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
prism.enable = true;
|
prism.enable = true;
|
||||||
bottles.enable = true;
|
bottles.enable = false;
|
||||||
# TODO: Webcord
|
# TODO: Webcord
|
||||||
# discordChromium.enable = false;
|
# discordChromium.enable = false;
|
||||||
# discordElectron.enable = false; # This is the nixpkgs version, prefer the one from flatpak module
|
# discordElectron.enable = false; # This is the nixpkgs version, prefer the one from flatpak module
|
||||||
@ -52,7 +52,6 @@ rec {
|
|||||||
|
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
protonGE = true; # TODO: Using protonup-qt now
|
|
||||||
gamescope = true;
|
gamescope = true;
|
||||||
adwaita = true;
|
adwaita = true;
|
||||||
protonup = true;
|
protonup = true;
|
||||||
@ -67,12 +66,12 @@ rec {
|
|||||||
# NOTE: This has been relocated here from the default config, because it forces en-US keyboard layout
|
# NOTE: This has been relocated here from the default config, because it forces en-US keyboard layout
|
||||||
# The laptop needs de-DE...
|
# The laptop needs de-DE...
|
||||||
# Chinese Input
|
# Chinese Input
|
||||||
i18n.inputMethod.enabled = "fcitx5";
|
# i18n.inputMethod.enabled = "fcitx5";
|
||||||
i18n.inputMethod.fcitx5.addons = with pkgs; [
|
# i18n.inputMethod.fcitx5.addons = with pkgs; [
|
||||||
fcitx5-gtk
|
# fcitx5-gtk
|
||||||
libsForQt5.fcitx5-qt
|
# libsForQt5.fcitx5-qt
|
||||||
fcitx5-chinese-addons
|
# fcitx5-chinese-addons
|
||||||
fcitx5-configtool # TODO: Remove this and set config through HomeManager
|
# fcitx5-configtool # TODO: Remove this and set config through HomeManager
|
||||||
];
|
# ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user