From a00fbd909c57f3dacb4fbea55496e20fd5d4eed9 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