From b80698bc901996977719373674e1ba52ec1dac55 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 12 Mar 2024 21:52:50 -0400 Subject: [PATCH] removed home-mamager config for dustin --- home/dustin/default.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 home/dustin/default.nix 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"; -}