nixos-config/home-manager/scripts/default.nix
2025-01-15 21:20:58 -05:00

12 lines
153 B
Nix

{
imports = [
./night-shift
./brightness
./hyprfocus
./hyprpanel
./caffeine
./notification
./screenshot
./sound
];
}