diff options
| author | Baitinq <[email protected]> | 2022-07-03 22:56:22 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-03 22:56:22 +0200 |
| commit | 7de80a8bd701eb2b5182f9ba9d358ebe54bb9449 (patch) | |
| tree | dfdbac8243e37792112d9b83a05dfd45fbedc6d7 /hosts/luna/home.nix | |
| parent | Change synaptics sensibility (diff) | |
| download | nixos-config-7de80a8bd701eb2b5182f9ba9d358ebe54bb9449.tar.gz nixos-config-7de80a8bd701eb2b5182f9ba9d358ebe54bb9449.tar.bz2 nixos-config-7de80a8bd701eb2b5182f9ba9d358ebe54bb9449.zip | |
Add location in a per host approach
Diffstat (limited to 'hosts/luna/home.nix')
| -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 |