nix-config/users/servers/user.nix
2022-11-29 22:16:01 -03:00

9 lines
127 B
Nix

config, pkgs, lib, ... }:
{
imports = [
# Host-common imports
../common/programs.nix
../common/home.nix
];
}