More changes to minimize flake footprint

This commit is contained in:
Jimbo 2025-02-28 18:43:21 -05:00
parent a7526caec2
commit e6bd37c5d4
15 changed files with 629 additions and 188 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, jimhome, ... }:
{
users.users.jimbo = {
hashedPassword = config.secrets.jimboAccPass;