From 5f6855ad805712019508ccb4d717b313117b0057 Mon Sep 17 00:00:00 2001 From: MFlossmann Date: Wed, 28 Aug 2024 13:33:08 +0200 Subject: [PATCH] add flatpak --- hosts/remus/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/remus/configuration.nix b/hosts/remus/configuration.nix index 62f5095..15d2e0e 100644 --- a/hosts/remus/configuration.nix +++ b/hosts/remus/configuration.nix @@ -36,6 +36,8 @@ pkgs.ryujinx ]; + + services.flatpak.enable = true; myNixOS = { bundles.general-desktop.enable = true; bundles.gaming = {