5 lines
72 B
Nix
5 lines
72 B
Nix
{config, pkgs, ...}:
|
|
{
|
|
imports = [ ../../modules/home-common.nix ];
|
|
}
|
{config, pkgs, ...}:
|
|
{
|
|
imports = [ ../../modules/home-common.nix ];
|
|
}
|