diff --git a/home/dustin/default.nix b/home/dustin/default.nix deleted file mode 100644 index 46c1642b..00000000 --- a/home/dustin/default.nix +++ /dev/null @@ -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"; -}