nixcfg/nixosModules/apps/default.nix

10 lines
101 B
Nix

{
imports = [
./firefox
./nicotine-plus
./steam
./podman
./virt-manager
];
}