From e7b56b19b5f6fa14f45fec77b8a7cd7a2617995d Mon Sep 17 00:00:00 2001 From: FReenen Date: Fri, 26 Apr 2024 20:25:12 +0200 Subject: [PATCH] fix flatpak overrides global filesystems --- software.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software.nix b/software.nix index 984e911..c199776 100644 --- a/software.nix +++ b/software.nix @@ -61,7 +61,7 @@ Context.sockets = [ "wayland" "!x11" "!fallback-x11" ]; - filesystems = [ + Context.filesystems = [ "!host" "!home" ];