mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-24 17:36:41 +00:00
6 lines
84 B
Nix
6 lines
84 B
Nix
{ ... }:
|
|
{
|
|
home.stateVersion = "23.05";
|
|
home.homeDirectory = "/home/materus";
|
|
}
|