Files
dot/nix/hosts/home/nix/home.nix
2026-02-07 14:23:51 +01:00

13 lines
166 B
Nix

{ config, pkgs, ... }:
{
imports = [
../common.nix
];
home.username = "martin";
home.homeDirectory = "/Users/martin";
home.stateVersion = "24.05";
}