From d4538c04f73dfb9c549bdea68cdeff1a0a6d1cfc Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 9 Aug 2022 16:41:08 +0200 Subject: [PATCH] use new flatpak default values --- home/christoph/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 7a82dae3..7fb0f18d 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -32,19 +32,16 @@ rec { modules.flatpak = { enable = true; - - fontFix = true; - iconFix = true; autoUpdate = true; autoPrune = true; discord.enable = false; spotify.enable = true; - flatseal.enable = true; # bottles.enable = true; # Configured by audio/gaming, not necessary otherwise }; # TODO: Gnome terminal config + # TODO: Autostart keepass # Chinese Input i18n.inputMethod.enabled = "fcitx5";