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