nixos/home/scripts/default.nix
2024-06-17 19:45:21 +02:00

16 lines
186 B
Nix

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