nixos-config/home/pennsardin.nix
2025-08-07 01:32:02 +02:00

10 lines
174 B
Nix

{ config, pkgs, ... }:
{
home.username = "lomig";
home.homeDirectory = "/home/lomig";
programs.zsh.enable = true;
home.stateVersion = "25.05"; # ou ton actuelle
}