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