nixos-config/home-manager/scripts/default.nix
2024-12-23 14:16:50 -05:00

11 lines
141 B
Nix

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