mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-23 09:40:21 +01:00
add uiua and font
This commit is contained in:
2
home.nix
2
home.nix
@@ -27,6 +27,8 @@
|
|||||||
redshift
|
redshift
|
||||||
pandoc
|
pandoc
|
||||||
typst
|
typst
|
||||||
|
uiua386
|
||||||
|
uiua
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
|
|||||||
@@ -1,14 +1,7 @@
|
|||||||
[window]
|
[window]
|
||||||
opacity = 0.5
|
opacity = 0.5
|
||||||
|
padding = { x = 2, y = 2 }
|
||||||
|
|
||||||
[window.class]
|
[font]
|
||||||
general = "Alacritty"
|
normal = { family = "Uiua386", style = "Regular" }
|
||||||
instance = "Alacritty"
|
size = 12
|
||||||
|
|
||||||
[window.dimensions]
|
|
||||||
columns = 69
|
|
||||||
lines = 20
|
|
||||||
|
|
||||||
[window.padding]
|
|
||||||
x = 2
|
|
||||||
y = 2
|
|
||||||
|
|||||||
Reference in New Issue
Block a user