Command Shell: Difference between revisions
imported>Flexagoon No edit summary |
imported>Flexagoon No edit summary |
||
| Line 3: | Line 3: | ||
{{note|[[Zsh]] is used here as an example. You can use other shells, eg {{ic|fish}}.}} | {{note|[[Zsh]] is used here as an example. You can use other shells, eg {{ic|fish}}.}} | ||
== Enable == | == Enable == | ||
Always enable the shell, | Always enable the shell system-wide, even if it's already enabled in your <code>home.nix</code>. Otherwise it wont source the necessary files. | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
programs.zsh.enable = true; | programs.zsh.enable = true; | ||