add home manager
This commit is contained in:
parent
d418d00b2f
commit
808a6c2482
3 changed files with 87 additions and 21 deletions
|
@ -9,6 +9,11 @@
|
|||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
ragenix = {
|
||||
url = "github:yaxitech/ragenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -35,6 +40,7 @@
|
|||
nixpkgs,
|
||||
ragenix,
|
||||
lanzaboote,
|
||||
home-manager,
|
||||
...
|
||||
} @ inputs: let
|
||||
mkSystem = name:
|
||||
|
@ -50,6 +56,7 @@
|
|||
|
||||
ragenix.nixosModules.default
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
specialArgs = inputs;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue