mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:56:51 +01:00
Make some home-manager settings pull from system config
This commit is contained in:
parent
156808d004
commit
049028e55a
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
# Basic information for home-manager
|
# Basic information for home-manager
|
||||||
username = "jopejoe1";
|
username = config.users.users.jopejoe1.name;
|
||||||
homeDirectory = "/home/${config.home.username}";
|
homeDirectory = config.users.users.jopejoe1.home;
|
||||||
|
|
||||||
# Enviroment variables
|
# Enviroment variables
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
|
Loading…
Reference in a new issue