play.nix/modules/home/default.nix
Chris Toph 5df8547c98 Refactors for module imports and lib utilities
- Updates import paths in flake to correct locations
- Rename lib file correctly
2025-06-30 02:36:47 -04:00

7 lines
84 B
Nix

{
imports = [
./monitors.nix
./gamescoperun.nix
./wrappers.nix
];
}