diff options
Diffstat (limited to 'hosts/T495/home.nix')
-rw-r--r-- | hosts/T495/home.nix | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hosts/T495/home.nix b/hosts/T495/home.nix new file mode 100644 index 0000000..f233c08 --- /dev/null +++ b/hosts/T495/home.nix @@ -0,0 +1,19 @@ +{ ... }: { + imports = [ ../../home ]; + + theme = { + mint.theme.color = "Dark-Purple"; + mint.icons.color = "Purple"; + st = { + enable = true; + font = "TamzenForPowerline:pixelsize=20"; + }; + }; + wallpapers.enable = true; + + home.file.input-leap-config = { + source = ./resources/input-leap; + recursive = true; + target = "./.config/input-leap"; + }; +} |