enable flatpak

This commit is contained in:
insects 2024-08-21 23:49:31 +02:00
parent 3ddd283c85
commit dbd28a180c
2 changed files with 5 additions and 0 deletions

View file

@ -2,5 +2,6 @@
{
imports = [
./steam.nix
./flatpak.nix
];
}

View file

@ -0,0 +1,4 @@
{ ... }:
{
services.flatpak.enable = true;
}