flake: try flake level lix
This commit is contained in:
parent
4a4ac66c83
commit
b64f325a02
1 changed files with 1 additions and 2 deletions
|
@ -8,6 +8,7 @@ let
|
|||
overlays = [
|
||||
self.overlays.default
|
||||
inputs.niri.overlays.niri
|
||||
inputs.lix-module.overlays.lixFromNixpkgs
|
||||
];
|
||||
});
|
||||
|
||||
|
@ -33,7 +34,6 @@ rec {
|
|||
inputs.home-manager.nixosModules.default
|
||||
inputs.chaotic.nixosModules.default
|
||||
inputs.niri.nixosModules.niri
|
||||
inputs.lix-module.nixosModules.default
|
||||
{
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs self pkgs;
|
||||
|
@ -72,7 +72,6 @@ rec {
|
|||
|
||||
modules = [
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
inputs.lix-module.nixosModules.default
|
||||
./hosts/${hostname}/configuration.nix
|
||||
{
|
||||
home-manager.extraSpecialArgs = {
|
||||
|
|
Loading…
Reference in a new issue