feat: use intone-mono with ss01 by default
This commit is contained in:
parent
ca8c1124ca
commit
09474f79cd
4 changed files with 11 additions and 8 deletions
BIN
modules/moritz/profiles/IntelOneMono-Regular_freeze.ttf
Normal file
BIN
modules/moritz/profiles/IntelOneMono-Regular_freeze.ttf
Normal file
Binary file not shown.
|
|
@ -81,27 +81,31 @@ in {
|
|||
stylix = {
|
||||
enable = lib.mkDefault true;
|
||||
base16Scheme = lib.mkDefault ./night.yaml;
|
||||
opacity.terminal = 0.9;
|
||||
fonts = {
|
||||
serif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Serif";
|
||||
};
|
||||
|
||||
sansSerif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Sans";
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = pkgs.nerd-fonts.intone-mono;
|
||||
name = "IntoneMono Nerd Font";
|
||||
package = (
|
||||
# NOTE: custom intel one mono with frozen programming features
|
||||
pkgs.runCommand "intone-mono-nerd-font-patched" {} ''
|
||||
${pkgs.nerd-font-patcher}/bin/nerd-font-patcher -c ${./IntelOneMono-Regular_freeze.ttf}
|
||||
mkdir -p $out/share/fonts/truetype/NerdFonts/IntoneMonoFreeze/
|
||||
cp -a . $out/share/fonts/truetype/NerdFonts/IntoneMonoFreeze/
|
||||
''
|
||||
);
|
||||
name = "IntoneMonoFreeze Nerd Font";
|
||||
};
|
||||
|
||||
emoji = {
|
||||
package = pkgs.noto-fonts-emoji;
|
||||
name = "Noto Color Emoji";
|
||||
};
|
||||
sizes.terminal = 14;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ in {
|
|||
cursor_shape = "underline";
|
||||
window_padding_width = 3;
|
||||
confirm_os_window_close = 0;
|
||||
background_opacity = "0.9";
|
||||
resize_in_steps = "yes";
|
||||
};
|
||||
keybindings = {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ in {
|
|||
my = {
|
||||
programs = {
|
||||
wallpaper.enable = true;
|
||||
ghostty.enable = true;
|
||||
kitty.enable = true;
|
||||
tofi.enable = true;
|
||||
};
|
||||
wallpapers.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue