Files
dot/hosts/home/nixos/home.nix
2026-02-11 08:03:13 +01:00

14 lines
187 B
Nix

{ config, pkgs, lib, ... }:
{
imports = [
../common.nix
];
# User details
home.username = "martin";
home.homeDirectory = "/home/martin";
home.stateVersion = "25.11";
}