Variablize username more

This commit is contained in:
Jimbo 2025-01-03 17:52:33 -05:00
parent 33236aedc6
commit ea3a6db5af
39 changed files with 93 additions and 102 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{
imports = [ ./jimbo ];
imports = [ ./main ];
}

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{ config, lib, ... }:
{
home-manager.users.jimbo = {
home-manager.users."${config.sysusers.main}" = {
home = {
desktop.enable = false;
stateVersion = lib.mkForce "24.05";