diff options
Diffstat (limited to 'modules/hosts/libreX60/home.nix')
-rw-r--r-- | modules/hosts/libreX60/home.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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"; +} |