diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-07-10 11:37:02 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-07-10 11:37:02 -0500 |
commit | 4508aa4e0ec94595fc6d4211d3d6ff04bc0f8e6d (patch) | |
tree | 39fb55a49ec47be783954f932251bc6a72f1a13b /modules/hosts/T495 | |
parent | 8879ac8f270cdced4a70257b2b0523f025b597b3 (diff) | |
download | nixos-4508aa4e0ec94595fc6d4211d3d6ff04bc0f8e6d.tar.xz nixos-4508aa4e0ec94595fc6d4211d3d6ff04bc0f8e6d.zip |
Diffstat (limited to 'modules/hosts/T495')
-rw-r--r-- | modules/hosts/T495/home.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/hosts/T495/home.nix b/modules/hosts/T495/home.nix index 817b0c0..4fac32b 100644 --- a/modules/hosts/T495/home.nix +++ b/modules/hosts/T495/home.nix @@ -1,8 +1,14 @@ { ... }: { imports = [ ../../home ]; - theme.mint.theme.color = "Dark-Purple"; - theme.mint.icons.color = "Purple"; + theme = { + mint.theme.color = "Dark-Purple"; + mint.icons.color = "Purple"; + st = { + enable = true; + font = "Tamzen:pixelsize=20"; + }; + }; wallpapers.enable = true; home.file.input-leap-config = { |