dotfiles/home-manager/artemis.nix
2024-04-04 15:21:08 -04:00

8 lines
133 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [ ./common.nix ];
home.username = "digyx";
home.homeDirectory = "/var/home/digyx";
}