Files
nix-stuff/common/home.nix
2025-02-24 13:19:44 -08:00

5 lines
51 B
Nix

{ ... }:
{
imports = [ ./common-but-not.nix ];
}