nixos/home/scripts/default.nix
2024-05-04 22:51:33 +02:00

16 lines
179 B
Nix

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