Files
nixos/OLD CONFIGS/nix_old/home/henrov/home.nix
T
2026-02-22 19:25:39 +01:00

12 lines
188 B
Nix

{ config, pkgs, ... }:
{
imports = [
../../modules/home-manager/base.nix
];
home.username = "henrov";
home.homeDirectory = "/home/henrov";
home.stateVersion = "25.05";
}