From 930a33b8a327a4832a13b0189024e2173361f7c9 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 3 Nov 2024 18:05:56 -0600 Subject: fix T495 conf --- modules/hosts/T495/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/hosts/T495/home.nix') 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"; + }; } -- cgit v1.2.3