From 476d519c81a0dc93c7afe93fc1370e06760b1ea7 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 22 Jun 2024 23:48:10 +0200 Subject: [PATCH] enable flatpak on both desktops (celeste modding) --- hosts/del/configuration.nix | 1 + hosts/niks/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 5bdd057..c7c5f21 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -82,6 +82,7 @@ }; }; smartd.enable = true; + flatpak.enable = true; }; services.journald = { diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index 571334d..2b68f0e 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -49,6 +49,7 @@ ratbagd.enable = true; smartd.enable = true; + flatpak.enable = true; }; services.journald = {