diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-07 23:15:46 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-07 23:15:46 -0600 |
commit | a6033a1b4cfdc5f37f4185752c2830bd5a45792a (patch) | |
tree | c8f9ac91390fdfae5d7cd6fb4334043e62eebd8b /modules/hosts | |
parent | e28e7847ffbbcd49489a90f9b8f2eb07fb65a4a7 (diff) | |
download | nixos-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.nix | 2 |
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"; }; } |