modularize flatpaks
nix flake show / show-flake (push) Successful in 29s

This commit is contained in:
smayzy
2025-07-20 16:16:40 +02:00
parent 57a949c2bf
commit 4a049d94ce
7 changed files with 91 additions and 25 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }:
{
imports = [
./flatpak.nix
];
}