nix-config/hosts/goober/features/software/default.nix
2025-01-25 13:18:45 +01:00

12 lines
122 B
Nix

{config, ...}:
{
imports = [
./wine.nix
./qemu.nix
./neovim.nix
./flatpak.nix
./discord.nix
];
}