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
+1
View File
@@ -2,6 +2,7 @@
{
imports = [
./flatpak.nix
./heroic.nix
./qbittorrent.nix
./steam.nix
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
services.flatpak.enable = true;
}