diff --git a/modules/home.nix b/modules/home.nix index f5314b9..a6fbc80 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -1,7 +1,7 @@ # Simplify setting home options -{ lib, ... }: +{ config, lib, ... }: let - actualPath = [ "home-manager" "users" "ambroisie" "my" "home" ]; + actualPath = [ "home-manager" "users" config.my.username "my" "home" ]; aliasPath = [ "my" "home" ]; in {