From f56e0823324bb7a3821dd9f554b211876f874e66 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 3 Jul 2022 22:56:22 +0200 Subject: Add location in a per host approach --- hosts/luna/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/luna/home.nix') 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 -- cgit 1.4.1