nix-config/hosts/goober/features/software/default.nix
2025-01-24 21:31:05 +01:00

11 lines
121 B
Nix

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