mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-01 10:57:55 +00:00
6 lines
56 B
Nix
Executable File
6 lines
56 B
Nix
Executable File
{ config, lib, ... }:
|
|
|
|
{
|
|
imports = [ ./veikk.nix ];
|
|
}
|