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

9 lines
170 B
Nix
Raw Normal View History

{ ... }:
2024-10-20 18:56:59 -04:00
{
imports = [
../../../modules/home
../../../modules/home/programs/misc/gaming/launchers
../../../modules/home/programs/misc/remote-desktop
];
}