From 88c47e36364c8abffb657c554c10b5b0fd5ffe6a Mon Sep 17 00:00:00 2001 From: ChUrl Date: Thu, 30 Jun 2022 20:04:19 +0200 Subject: [PATCH] Enable flatpak --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 4ba7f113..96e7f669 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -191,6 +191,7 @@ SystemMaxUse=50M ''; + services.flatpak.enable = true; # Not quite the nix style but useful for bottles/proprietary stuff services.fstrim.enable = true; services.fwupd.enable = true; services.locate.enable = true; # Periodically update index