diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-03 22:56:22 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-03 22:56:22 +0200 |
commit | f56e0823324bb7a3821dd9f554b211876f874e66 (patch) | |
tree | 9f664082b7256ffe4f39b0ed614ac53ff78b043f /hosts/luna | |
parent | Change synaptics sensibility (diff) | |
download | nixos-config-f56e0823324bb7a3821dd9f554b211876f874e66.tar.gz nixos-config-f56e0823324bb7a3821dd9f554b211876f874e66.tar.bz2 nixos-config-f56e0823324bb7a3821dd9f554b211876f874e66.zip |
Add location in a per host approach
Diffstat (limited to 'hosts/luna')
-rw-r--r-- | hosts/luna/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix index bcac39c..cb8f5e9 100644 --- a/hosts/luna/home.nix +++ b/hosts/luna/home.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, inputs, user, hostname, secrets, ... }: +{ config, lib, pkgs, inputs, user, hostname, location, secrets, ... }: let dotfiles = ../../dotfiles; in |