nixcfg/hosts/fallarbor/home.nix

19 lines
318 B
Nix
Raw Normal View History

{
inputs,
config,
pkgs,
lib,
...
}: {
home-manager.users = {
2024-04-25 12:56:13 -04:00
# aly = {
# imports = [../../homeManagerModules ../../aly.nix];
# home.stateVersion = "23.11";
# };
dustin = {
imports = [../../homeManagerModules ../../dustin.nix];
home.stateVersion = "23.11";
};
};
}