From 67adf5929167a527a172ec5c85ccd335fc54cc68 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 18 Jan 2025 18:45:57 -0600 Subject: add libreX60 config. remove alacritty. add options for font --- modules/hosts/libreX60/home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/hosts/libreX60/home.nix (limited to 'modules/hosts/libreX60/home.nix') diff --git a/modules/hosts/libreX60/home.nix b/modules/hosts/libreX60/home.nix new file mode 100644 index 0000000..453bfd6 --- /dev/null +++ b/modules/hosts/libreX60/home.nix @@ -0,0 +1,8 @@ +{ ... }: { + imports = [ ../../home ]; + + theme.mint.theme.color = "Dark-Red"; + theme.mint.icons.color = "Red"; + theme.font.sansSerif = "Tamzen"; + theme.font.monospace = "Tamzen"; +} -- cgit v1.2.3