dotfiles/nix/work.nix

7 lines
91 B
Nix
Raw Normal View History

2024-03-21 18:33:54 +00:00
{ config, pkgs, ... }:
{
home.username = "tine";
home.homeDirectory = "/home/tine";
}