Fixed hostname thingy

This commit is contained in:
FredzyW 2024-04-15 18:00:01 +02:00
parent 7db3a797f9
commit f1a666cb18

View file

@ -2,7 +2,7 @@
{
programs.kitty = {
enable = true;
font = if myhostname == "nix-desktop" then {
font = if myhostname == "desktop" then {
name = "FiraCode Nerd Font";
size = 18;
} else {