moved home-manager

This commit is contained in:
John Lancaster
2025-06-16 14:23:54 -05:00
parent 367a21894e
commit 0b5a00afb6
5 changed files with 3 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, userSettings, systemSettings, ... }:
{
imports = [
(import ./home-manager {inherit systemSettings userSettings lib pkgs;})
# (import ./home-manager {inherit systemSettings userSettings lib pkgs;})
./nixos
./scripts
];