From 022a8b59b634ccfaf51d5df4240a345143902fe6 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 18 Dec 2024 20:38:44 -0500 Subject: [PATCH] Enable flatpak --- machines/hephaestus/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 9b1535c..bc34413 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -89,7 +89,6 @@ in albert android-tools blender - cartridges cryptsetup discord docker @@ -106,7 +105,6 @@ in libation lm_sensors logseq - master.lutris mitmproxy mullvad-vpn netdata @@ -253,6 +251,7 @@ in workstation = true; }; }; + flatpak.enable = true; gnome.gnome-keyring.enable = true; mullvad-vpn.enable = false; printing.enable = true;