infrastructure/system/root.nix
2023-04-29 14:15:57 -07:00

3 lines
87 B
Nix

{ config, meta, lib, ... }: {
home-manager.users.root.home.stateVersion = "20.09";
}