nixos/home/scripts/default.nix
2024-08-29 14:29:05 +02:00

15 lines
180 B
Nix

{
imports = [
./nixy
./sounds
./brightness
./caffeine
./night-shift
./screenshot
./nerdfont_fzf
./notification
./compress
./system
];
}