Remove stateVersion mixin pattern, use defaults instead (flakes-5pbu)
Set default stateVersion in base configs, delete nearly-empty mixin files, fix fallback key mismatch in activate-home.nix
Summary of Changes
- Added
home.stateVersion = "25.05"toconfigurations/home/yjpark.nix - Added
home.stateVersion = "26.05"toconfigurations/home/yj.nix - Deleted nearly-empty host mixin files: alienware-13.nix, edger.nix, hp-g1.nix, pc.nix, and containers/yolo.nix
- Restored
mixins/home/containers/.gitkeepfor future use - Simplified
mixins/home/hosts/gpd-p2.nix: removed version import, kept only incus/edger.nix import - No change needed to activate-home.nix (the trailing
@on fallback key is required by nixos-unified; home-configs.nix omits it correctly as nixos-unified adds it internally)