defaults: change default shell
This commit is contained in:
@@ -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"; };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user