lala
This commit is contained in:
parent
1654fc52bf
commit
87d9496568
@ -17,7 +17,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ nixpkgs
|
{ self
|
||||||
|
, nixpkgs
|
||||||
, home-manager
|
, home-manager
|
||||||
, ...
|
, ...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
@ -29,7 +30,7 @@
|
|||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
zedd = nixpkgs.lib.nixosSystem {
|
zedd = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit inputs user; };
|
specialArgs = { inherit inputs self user; };
|
||||||
modules = [
|
modules = [
|
||||||
({ config, pkgs, ... }: { })
|
({ config, pkgs, ... }: { })
|
||||||
./hosts/zedd
|
./hosts/zedd
|
||||||
|
Loading…
Reference in New Issue
Block a user