apps: nvim: Nerd Font, nvim kickstart partially

This commit is contained in:
2023-05-16 09:50:42 +02:00
parent f04ac980d9
commit fe44ec6752
5 changed files with 123 additions and 21 deletions

View File

@@ -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 = ""; };
};
};