diff options
Diffstat (limited to 'hosts/X230/home.nix')
-rw-r--r-- | hosts/X230/home.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hosts/X230/home.nix b/hosts/X230/home.nix new file mode 100644 index 0000000..03b559d --- /dev/null +++ b/hosts/X230/home.nix @@ -0,0 +1,18 @@ +{ ... }: { + imports = [ ../../home ]; + + theme = { + mint.theme.color = "Dark-Teal"; + mint.icons.color = "Teal"; + font = { + monospace = "TamzenForPowerline"; + gtk.name = "monospace"; + gtk.size = 8; + }; + cursor.size = 24; + st = { + enable = true; + font = "TamzenForPowerline:pixelsize=14"; + }; + }; +} |