mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: switch from zsh to fish
This commit is contained in:
parent
420d932dec
commit
7f72b8f1a0
3 changed files with 22 additions and 76 deletions
|
@ -219,8 +219,9 @@
|
|||
nvidiaSettings = true;
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
users.users.youwen.shell = pkgs.zsh;
|
||||
programs.zsh.enable = false;
|
||||
programs.fish.enable = true;
|
||||
users.users.youwen.shell = pkgs.fish;
|
||||
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue