NixOS-Config/hosts/pomme/home/default.nix
2024-11-12 04:25:51 -05:00

10 lines
229 B
Nix

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