CrOS/modules/home/default.nix
TheWanderingCrow b346790feb treewide format
2026-04-04 22:59:28 -04:00

4 lines
56 B
Nix

{ lib, ... }:
{
imports = lib.custom.scanPaths ./.;
}