9 lines
58 B
Nix
9 lines
58 B
Nix
|
{config, pkgs, ...}:
|
||
|
|
||
|
{
|
||
|
|
||
|
imports = [
|
||
|
../_/home.nix
|
||
|
];
|
||
|
|
||
|
}
|