updage: misc

This commit is contained in:
FabricSoul 2025-06-21 00:37:14 -04:00
parent 74d240aecb
commit 391159f8f3
4 changed files with 23 additions and 3 deletions

View file

@ -0,0 +1,4 @@
# hosts/common/optional/flatpak.nix
{...}: {
services.flatpak.enable = true;
}