dots/configuration/modules/programs.nix
2025-09-22 10:19:00 +02:00

12 lines
209 B
Nix

{
programs = {
firefox.enable = true;
bash.blesh.enable = true; # Enhanced bash
nix-ld = {
enable = true;
#libraries = with pkgs; [
# Add libraries here
#];
};
};
}