summaryrefslogtreecommitdiff
path: root/modules/hosts
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-07 23:15:46 -0600
committerTim Keller <tjkeller.xyz>2024-11-07 23:15:46 -0600
commita6033a1b4cfdc5f37f4185752c2830bd5a45792a (patch)
treec8f9ac91390fdfae5d7cd6fb4334043e62eebd8b /modules/hosts
parente28e7847ffbbcd49489a90f9b8f2eb07fb65a4a7 (diff)
downloadnixos-a6033a1b4cfdc5f37f4185752c2830bd5a45792a.tar.xz
nixos-a6033a1b4cfdc5f37f4185752c2830bd5a45792a.zip
firefox stuff and add some software and small fixes
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";
};
}