mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
6 lines
68 B
Nix
Executable File
6 lines
68 B
Nix
Executable File
{ config, lib, ... }:
|
|
|
|
{
|
|
imports = [ ./veikk.nix ./audio.nix ];
|
|
}
|