mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
14 lines
179 B
Nix
14 lines
179 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./wine.nix
|
|
./qemu.nix
|
|
./neovim.nix
|
|
./flatpak.nix
|
|
./discord.nix
|
|
./ollama.nix
|
|
./steam.nix
|
|
./workstation.nix
|
|
];
|
|
|
|
}
|