Files

6 lines
72 B
Nix
Raw Permalink Normal View History

2026-07-12 14:39:07 +02:00
{ pkgs, ... }: {
imports = [
./native.nix
./flatpak.nix
];
}