qtesting home man structure for macos support

This commit is contained in:
2025-10-18 01:11:38 -05:00
parent 2f77f3b3a3
commit 93a3b83127
6 changed files with 34 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
useUserPackages = true;
useGlobalPkgs = true;
users = {
"blake" = import ./home.nix;
"blake" = import ./dots/bundles/nixos.nix;
};
};

View File

@@ -0,0 +1,11 @@
{
config,
lib,
pkgs,
inputs,
...
}:
{
}

View File

@@ -0,0 +1,17 @@
{
config,
lib,
pkgs,
inputs,
...
}:
{
imports = [
../../home.nix
];
home.packages = with pkgs; [
htop
];
}

View File

@@ -3,6 +3,7 @@
lib,
pkgs,
inputs,
system,
...
}: let