Bash: Difference between revisions
m Add category shell and add see also section |
m →NixOS System Configuration: fix indentation |
||
| Line 13: | Line 13: | ||
{{file|/etc/nixos/configuration.nix|nix| | {{file|/etc/nixos/configuration.nix|nix| | ||
<nowiki> | <nowiki> | ||
programs.bash = { | |||
shellAliases = { | |||
ll = "ls -l"; | |||
rebuild = "sudo nixos-rebuild switch"; | |||
}; | }; | ||
}; | |||
</nowiki> | </nowiki> | ||
}} | }} | ||