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