Update zsh usage
This commit is contained in:
parent
42321b2da3
commit
b06ca2b828
2 changed files with 3 additions and 4 deletions
|
@ -53,7 +53,3 @@ key_bindings:
|
|||
- { key: PageDown, mods: Shift, action: ScrollPageDown }
|
||||
- { key: Home, mods: Shift, action: ScrollToTop }
|
||||
- { key: End, mods: Shift, action: ScrollToBottom }
|
||||
|
||||
shell:
|
||||
program: /bin/zsh
|
||||
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
"flatpak"
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
|
@ -73,6 +74,8 @@
|
|||
remotePlay.openFirewall = true;
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
noto-fonts
|
||||
|
|
Loading…
Reference in a new issue