9 lines
58 B
Nix
Raw Normal View History

2023-04-12 20:32:07 +02:00
{config, pkgs, ...}:
{
imports = [
../_/home.nix
];
}