mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 17:42:24 -05:00
7 lines
64 B
Nix
7 lines
64 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./steam.nix
|
|
./wowup.nix
|
|
];
|
|
}
|