From 76788051dd65add27abc6d5f747edc9acd908aef Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 20 Sep 2025 17:27:15 -0500 Subject: [PATCH] needs flatpaks --- hosts/stardust/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/stardust/configuration.nix b/hosts/stardust/configuration.nix index cf130a7b..97b84eee 100644 --- a/hosts/stardust/configuration.nix +++ b/hosts/stardust/configuration.nix @@ -14,7 +14,7 @@ printing.enable = true; # software - flatpak.enable = false; + flatpak.enable = true; gaming.enable = true; virtualization = { docker.enable = true;