defaults: change default shell
This commit is contained in:
parent
b5ea5e6bf3
commit
32cb7d281d
@ -3,7 +3,7 @@
|
||||
{
|
||||
options = with lib; {
|
||||
cmds = {
|
||||
shell = mkOption { type = types.str; default = "fish"; };
|
||||
shell = mkOption { type = types.str; default = "zsh"; };
|
||||
fetch = mkOption { type = types.str; default = "hyfetch"; };
|
||||
editor = mkOption { type = types.str; default = "hx"; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user