diff --git a/flake.nix b/flake.nix index cc634bd..6f61524 100644 --- a/flake.nix +++ b/flake.nix @@ -35,22 +35,6 @@ ]; }; - daniel = home-manager.lib.homeManagerConfiguration { - inherit system pkgs; - - username = "daniel"; - homeDirectory = "/home/daniel"; - configuration = { - imports = [ - ./user/daniel/home.nix - ({ pkgs, ... }: { - nixpkgs.overlays = [ i3utils.overlay ]; - }) - ]; - }; - stateVersion = "21.05"; - }; - mkUserConf = { hostname, extraSauce ? [] }: home-manager.lib.homeManagerConfiguration { inherit system pkgs;