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

8 lines
115 B
Nix
Raw Normal View History

{ ... }:
2024-10-28 00:11:01 -04:00
{
imports = [
../../../modules/home
../../../modules/home/programs/misc/gaming/launchers
];
}