summaryrefslogtreecommitdiff
path: root/modules/hosts/T495/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/T495/home.nix')
-rw-r--r--modules/hosts/T495/home.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/hosts/T495/home.nix b/modules/hosts/T495/home.nix
new file mode 100644
index 0000000..cf0c956
--- /dev/null
+++ b/modules/hosts/T495/home.nix
@@ -0,0 +1,12 @@
+{ ... }: {
+ imports = [ ../../home ];
+
+ theme.mint.theme.color = "Dark-Purple";
+ theme.mint.icons.color = "Purple";
+
+ home.file.input-leap-config = {
+ source = ./resources/input-leap/;
+ recursive = true;
+ target = ./config;
+ }
+}