NixOS-Config/hosts/redmond/home/default.nix

9 lines
170 B
Nix

{ ... }:
{
imports = [
../../../modules/home
../../../modules/home/programs/misc/gaming/launchers
../../../modules/home/programs/misc/remote-desktop
];
}