Files
nixos-config/nix-config/host/waffentrager/home-manager/materus.nix
T

6 lines
103 B
Nix
Raw Normal View History

2026-06-24 00:06:21 +02:00
{ config, pkgs, lib, ... }:
{
home.stateVersion = "23.11";
home.homeDirectory = "/home/materus";
}