12 lines
209 B
Nix
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
|
|
#];
|
|
};
|
|
};
|
|
}
|