nixconfig/hosts/iriy/home.nix
2023-05-21 16:46:18 +02:00

9 lines
58 B
Nix
Executable File

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