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