From 74e445411c290ec10260d623f9d11de436c17834 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 11 Nov 2021 13:23:47 +0000 Subject: [PATCH] Remove unused declaration --- flake.nix | 16 ---------------- 1 file changed, 16 deletions(-) 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;