Files
infra-nix/hosts/kepler/modules/home/home.nix
T

11 lines
168 B
Nix

{ config, pkgs, ... }:
{
home = {
username = "user";
homeDirectory = "/home/user";
enableNixpkgsReleaseCheck = false;
stateVersion = "26.05";
};
}