Files
nix-config/modules/hosts/vps/home.nix
2026-05-10 04:57:09 +05:30

7 lines
87 B
Nix

{ ... }:
{
flake.modules.homeManager.vps = {
home.stateVersion = "26.05";
};
}