nixos/home/scripts/default.nix
2024-08-18 23:56:48 +02:00

17 lines
206 B
Nix

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