nix-config/hosts/goober/features/software/default.nix
2025-03-14 09:15:56 +01:00

14 lines
179 B
Nix

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