2023-05-21 17:11:06 +02:00

9 lines
58 B
Nix
Executable File

{config, pkgs, ...}:
{
imports = [
../_/home.nix
];
}