mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-02-23 14:53:56 +01:00
14 lines
155 B
Nix
14 lines
155 B
Nix
{config, ...}:
|
|
{
|
|
imports = [
|
|
./wine.nix
|
|
./qemu.nix
|
|
./neovim.nix
|
|
./flatpak.nix
|
|
./discord.nix
|
|
./ollama.nix
|
|
./steam.nix
|
|
];
|
|
|
|
}
|