modules: change username configuration option
It makes more sense to have a `my.user` option.
This commit is contained in:
parent
c6d21493ef
commit
0f17123d09
4 changed files with 11 additions and 9 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue