dot.nix/home/toph/common/optional/hyprland/services/default.nix
Chris Toph eb266c5ea1 Refactor Hyprland config structure
- grouped services and programs
2025-04-03 01:36:09 -04:00

4 lines
56 B
Nix

{ lib, ... }:
{
imports = lib.custom.scanPaths ./.;
}