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.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/hosts/T495/home.nix b/modules/hosts/T495/home.nix
index cf86990..344678c 100644
--- a/modules/hosts/T495/home.nix
+++ b/modules/hosts/T495/home.nix
@@ -6,8 +6,8 @@
wallpapers.enable = true;
home.file.input-leap-config = {
- source = ./resources/input-leap/;
+ source = ./resources/input-leap;
recursive = true;
- target = ./config;
- }
+ target = "./config";
+ };
}