removed home-mamager config for dustin

This commit is contained in:
Aly Raffauf 2024-03-12 21:52:50 -04:00
parent 7c519670d8
commit b80698bc90

View file

@ -1,11 +0,0 @@
{ config, pkgs, ... }:
{
imports = [
../common.nix
];
# TODO please change the username & home directory to your own
home.username = "dustin";
home.homeDirectory = "/home/dustin";
}