Carve away

This commit is contained in:
2026-05-03 00:41:36 -05:00
parent 94e646392b
commit 418835c0c0
6 changed files with 155 additions and 101 deletions
+8
View File
@@ -0,0 +1,8 @@
#
# Flatpak
#
{ config, lib, pkgs, ... }:
{
services.flatpak.enable = true;
}