Files
nix-config/hosts/server1/home.nix
T
2025-08-08 22:00:52 +02:00

8 lines
56 B
Nix

{ ... }:
{
imports = [
../common/home.nix
];
}