Skip to content

Commit

Permalink
migrate inconsolata-nerdfont
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpox committed Dec 25, 2024
1 parent b1c3530 commit 59b5dd0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions home-manager/colorscheme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,32 @@ in

config.pinpox.colors = {

# Default neovim colorschmeme
# Dark:
# blue = "#005078"
# cyan = "#007676"
# green = "#015825"
# grey1 = "#0a0b10"
# grey2 = "#1c1d23"
# grey3 = "#2c2e33"
# grey4 = "#4f5258"
# magenta = "#4c0049"
# red = "#5e0009"
# yellow = "#6e5600"
#
# Light:
# blue = "#9fd8ff"
# cyan = "#83efef"
# green = "#aaedb7"
# grey1 = "#ebeef5"
# grey2 = "#d7dae1"
# grey3 = "#c4c6cd"
# grey4 = "#9b9ea4"
# magenta = "#ffc3fa"
# red = "#ffbcb5"
# yellow = "#f4d88c"
#

Black = "24273a"; # 24273a
BrightBlack = "5b6078"; # 5b6078
White = "cad3f5"; # cad3f5
Expand Down
4 changes: 2 additions & 2 deletions home-manager/modules/foot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in
config = mkIf cfg.enable {

home.packages = with pkgs; [
inconsolata-nerdfont # Fallback Nerd Font to provide special glyphs
nerd-fonts.inconsolata
foot
];

Expand All @@ -37,7 +37,7 @@ in
cursor = {
style = "beam";
blink = "yes";
# beam-thickness =
# beam-thickness =
};

colors = {
Expand Down
2 changes: 1 addition & 1 deletion home-manager/modules/wezterm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in

config = mkIf cfg.enable {
home.packages = with pkgs; [
inconsolata-nerdfont # Fallback Nerd Font to provide special glyphs

wezterm
# (callPackage ../../../packages/wezterm-nightly { })
];
Expand Down

0 comments on commit 59b5dd0

Please sign in to comment.