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

17 lines
197 B
Nix

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