Remove unused declaration

This commit is contained in:
2021-11-11 13:23:47 +00:00
parent 32355bdca5
commit 74e445411c

View File

@@ -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 ? [] }: mkUserConf = { hostname, extraSauce ? [] }:
home-manager.lib.homeManagerConfiguration { home-manager.lib.homeManagerConfiguration {
inherit system pkgs; inherit system pkgs;