Enable bash and let it exec fish, since changing login shell might break things
This commit is contained in:
parent
373c64fe5e
commit
d26c29857f
1 changed files with 7 additions and 0 deletions
7
work.nix
7
work.nix
|
@ -31,6 +31,13 @@ in
|
||||||
unzip
|
unzip
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.bash = {
|
||||||
|
enable = true;
|
||||||
|
initExtra = ''
|
||||||
|
exec fish
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
# This value determines the Home Manager release that your
|
# This value determines the Home Manager release that your
|
||||||
# configuration is compatible with. This helps avoid breakage
|
# configuration is compatible with. This helps avoid breakage
|
||||||
# when a new Home Manager release introduces backwards
|
# when a new Home Manager release introduces backwards
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue