Remove Jimbo's home manager, this will mostly be a headless system

This commit is contained in:
Jimbo 2025-03-05 01:07:08 -05:00
parent c4d69ff019
commit 9115983c81
21 changed files with 3 additions and 1010 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, jimhome, ... }:
{ config, pkgs, ... }:
{
users.users.jimbo = {
hashedPassword = config.secrets.jimboAccPass;
@ -23,6 +23,4 @@
uid = 1000;
shell = pkgs.zsh;
};
home-manager.users.jimbo = import ../../../../../home/jimbo;
}