nix-config/hosts/goober/features/software/default.nix
2025-01-12 09:12:36 +01:00

10 lines
106 B
Nix

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