From c9d55f8d70f5b4018b3f17be4d8881418221c4bf Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 24 May 2024 13:12:55 -0500 Subject: [PATCH] re-enable flatpak --- hosts/mac-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mac-nixos/configuration.nix b/hosts/mac-nixos/configuration.nix index 6024134..ea9fc63 100644 --- a/hosts/mac-nixos/configuration.nix +++ b/hosts/mac-nixos/configuration.nix @@ -53,7 +53,7 @@ }; # Enable Flatpak - flatpak.enable = false; + flatpak.enable = true; }; # Define a user account. Don't forget to set a password with ‘passwd’.