Files
2026-07-12 14:39:07 +02:00

6 lines
72 B
Nix

{ pkgs, ... }: {
imports = [
./native.nix
./flatpak.nix
];
}