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