mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
8 lines
236 B
Nix
8 lines
236 B
Nix
# @ future me: dont panic, this file is not read in by readNix
|
|
{ lib, ... }:
|
|
let
|
|
importNames = lib.swarselsystems.readNix "modules/nixos/optional";
|
|
in
|
|
{
|
|
imports = lib.swarselsystems.mkImports importNames "modules/nixos/optional";
|
|
}
|