modules: change username configuration option

It makes more sense to have a `my.user` option.
This commit is contained in:
Bruno BELANYI 2021-06-25 20:40:34 +02:00
parent c6d21493ef
commit 0f17123d09
4 changed files with 11 additions and 9 deletions

View file

@ -1,7 +1,7 @@
# Simplify setting home options
{ config, lib, ... }:
let
actualPath = [ "home-manager" "users" config.my.username "my" "home" ];
actualPath = [ "home-manager" "users" config.my.user.name "my" "home" ];
aliasPath = [ "my" "home" ];
in
{