infrastructure/home/state.nix

6 lines
99 B
Nix

{ config, ... }: {
home.stateVersion = "20.09";
manual = {
manpages.enable = false;
};
}