nixcfg/hosts/mossdeep/home.nix

13 lines
173 B
Nix
Raw Normal View History

{
inputs,
config,
pkgs,
lib,
...
}: {
home-manager.users.aly = {
imports = [../../homeManagerModules ../../aly.nix];
home.stateVersion = "23.11";
};
}