modules: home: use 'username' config value
This commit is contained in:
parent
ba15ad9674
commit
9d96899065
|
@ -1,7 +1,7 @@
|
||||||
# Simplify setting home options
|
# Simplify setting home options
|
||||||
{ lib, ... }:
|
{ config, lib, ... }:
|
||||||
let
|
let
|
||||||
actualPath = [ "home-manager" "users" "ambroisie" "my" "home" ];
|
actualPath = [ "home-manager" "users" config.my.username "my" "home" ];
|
||||||
aliasPath = [ "my" "home" ];
|
aliasPath = [ "my" "home" ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue