This commit is contained in:
Odweta
2026-01-21 18:29:40 +01:00
parent 722d6219a0
commit 72e213423f
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
services.flatpak.enable = true;
}