Switched to Nerd Font version of FiraCode, removed kitty
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
jade = {
|
||||
name = "Jade";
|
||||
font = {
|
||||
name = "FiraCode";
|
||||
name = "FiraCode Nerd Font";
|
||||
};
|
||||
extraConfig = {
|
||||
Appearance = {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -8,17 +7,6 @@
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
font = {
|
||||
name = "FiraCode Nerd Font";
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
};
|
||||
shellIntegration = {
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
||||
Reference in New Issue
Block a user