dotfiles/nix/work.nix

6 lines
91 B
Nix

{ config, pkgs, ... }:
{
home.username = "tine";
home.homeDirectory = "/home/tine";
}