apps: nvim: Nerd Font, nvim kickstart partially
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
cmds = {
|
||||
shell = mkOption { type = types.str; default = "zsh"; };
|
||||
fetch = mkOption { type = types.str; default = "hyfetch"; };
|
||||
editor = mkOption { type = types.str; default = "hx"; };
|
||||
editor = mkOption { type = types.str; default = "nvim"; };
|
||||
|
||||
wm = mkOption { type = types.str; default = "sway"; };
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
theme = {
|
||||
theme = mkOption { type = types.str; default = "catppuccin-mocha"; };
|
||||
icon-theme = mkOption { type = types.str; default = "Papirus-Dark"; };
|
||||
font = mkOption { type = types.str; default = "FiraCode Nerd Font Mono 11"; };
|
||||
font = mkOption { type = types.str; default = "FiraCode Nerd Font 11"; };
|
||||
wallpaper = mkOption { type = types.str; default = ""; };
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user