Remove unused declaration
This commit is contained in:
16
flake.nix
16
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;
|
||||
|
||||
Reference in New Issue
Block a user