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: PageDown, mods: Shift, action: ScrollPageDown }
|
||||||
- { key: Home, mods: Shift, action: ScrollToTop }
|
- { key: Home, mods: Shift, action: ScrollToTop }
|
||||||
- { key: End, mods: Shift, action: ScrollToBottom }
|
- { key: End, mods: Shift, action: ScrollToBottom }
|
||||||
|
|
||||||
shell:
|
|
||||||
program: /bin/zsh
|
|
||||||
|
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
"flatpak"
|
"flatpak"
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
|
shell = pkgs.zsh
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
|
@ -73,6 +74,8 @@
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
|
Loading…
Reference in a new issue