summaryrefslogtreecommitdiff
path: root/modules/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts')
-rw-r--r--modules/hosts/T495/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hosts/T495/home.nix b/modules/hosts/T495/home.nix
index 344678c..817b0c0 100644
--- a/modules/hosts/T495/home.nix
+++ b/modules/hosts/T495/home.nix
@@ -8,6 +8,6 @@
home.file.input-leap-config = {
source = ./resources/input-leap;
recursive = true;
- target = "./config";
+ target = "./.config/input-leap";
};
}