dotfiles/home-manager/artemis.nix

9 lines
133 B
Nix
Raw Permalink Normal View History

2024-04-04 19:21:08 +00:00
{ config, lib, pkgs, ... }:
{
imports = [ ./common.nix ];
home.username = "digyx";
home.homeDirectory = "/var/home/digyx";
}