nixos/home/scripts/default.nix
2024-05-09 16:55:46 +02:00

18 lines
207 B
Nix

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