Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
{ den, ... }:
|
||||
{
|
||||
# see batteries/home-manager.nix
|
||||
den.default.includes = [ den._.home-manager ];
|
||||
|
||||
# enable home-manager dependency.
|
||||
flake-file.inputs.home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue