nixos-config/hosts/kitty/users/main/default.nix

7 lines
146 B
Nix
Raw Normal View History

2025-01-03 17:52:33 -05:00
{ config, lib, ... }:
{
2025-02-25 05:39:25 -05:00
home-manager.users."${config.sysusers.main}".home = {
stateVersion = lib.mkForce config.system.stateVersion;
};
}