Files
nix-config/home/linux/gui/hyprland/options/default.nix

5 lines
53 B
Nix

{ mylib, ... }:
{
imports = mylib.scanPaths ./.;
}