use new flatpak default values
This commit is contained in:
@ -32,19 +32,16 @@ rec {
|
|||||||
|
|
||||||
modules.flatpak = {
|
modules.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
fontFix = true;
|
|
||||||
iconFix = true;
|
|
||||||
autoUpdate = true;
|
autoUpdate = true;
|
||||||
autoPrune = true;
|
autoPrune = true;
|
||||||
|
|
||||||
discord.enable = false;
|
discord.enable = false;
|
||||||
spotify.enable = true;
|
spotify.enable = true;
|
||||||
flatseal.enable = true;
|
|
||||||
# bottles.enable = true; # Configured by audio/gaming, not necessary otherwise
|
# bottles.enable = true; # Configured by audio/gaming, not necessary otherwise
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Gnome terminal config
|
# TODO: Gnome terminal config
|
||||||
|
# TODO: Autostart keepass
|
||||||
|
|
||||||
# Chinese Input
|
# Chinese Input
|
||||||
i18n.inputMethod.enabled = "fcitx5";
|
i18n.inputMethod.enabled = "fcitx5";
|
||||||
|
Reference in New Issue
Block a user