nixcfg/hosts/petalburg/home.nix
Aly Raffauf 4da4930db9 code refactor for new host and user configs
fallarbor: added disko and fixed nixos-hardwarem odule import

fallarbor: added appropriate flake entries
2024-04-18 15:29:46 -04:00

13 lines
173 B
Nix

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