tangled
alpha
login
or
join now
crescentro.se
/
dotfiles
0
fork
atom
(mirror) personal dotfiles
github.com/crescentrose/dotfiles
0
fork
atom
overview
issues
pulls
pipelines
feat: use maple mono
crescentro.se
1 month ago
7c462b5c
9e34e31e
+2
-1
2 changed files
expand all
collapse all
unified
split
home
desktop
fonts.nix
programs
ghostty.nix
+1
home/desktop/fonts.nix
···
7
7
iosevka
8
8
liberation_ttf # replacements for common MS fonts
9
9
maple-mono.truetype
10
10
+
maple-mono.NF-unhinted
10
11
noto-fonts
11
12
noto-fonts-cjk-sans
12
13
twitter-color-emoji # 🤓
+1
-1
home/programs/ghostty.nix
···
7
7
8
8
settings = {
9
9
theme = "dark:Catppuccin Macchiato,light:Catppuccin Latte";
10
10
-
font-family = "Iosevka";
10
10
+
font-family = "Maple Mono NF";
11
11
font-size = 12;
12
12
command = "/usr/bin/env nu";
13
13
app-notifications = "no-clipboard-copy,no-config-reload";