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