Simplify variable files, full push for home independence

This commit is contained in:
Jimbo 2025-02-25 03:40:54 -05:00
parent 94ffd00254
commit 36b97c4ab2
13 changed files with 44 additions and 59 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
home = {
username = "${config.sysusers.main}";
username = "jimbo";
homeDirectory = "/home/${config.home.username}";
sessionVariables = {
EDITOR = "nvim";