Add baballonia flake
I'm not sure that I'm doing this right
This commit is contained in:
11
flake.nix
11
flake.nix
@ -14,6 +14,12 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
baballonia = {
|
||||||
|
url = "github:Project-Babble/Baballonia";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
# lemonake.url = "github:passivelemon/lemonake";
|
# lemonake.url = "github:passivelemon/lemonake";
|
||||||
|
|
||||||
# wayvr-dashbourd.url = "github:PassiveLemon/lemonake/master/pkgs/wayvr-dashboard"
|
# wayvr-dashbourd.url = "github:PassiveLemon/lemonake/master/pkgs/wayvr-dashboard"
|
||||||
@ -44,7 +50,7 @@
|
|||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
# specialArgs = inputs;
|
# specialArgs = inputs;
|
||||||
modules = [
|
modules = [
|
||||||
# lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
./home.nix
|
./home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@ -58,11 +64,12 @@
|
|||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
# specialArgs = inputs;
|
# specialArgs = inputs;
|
||||||
modules = [
|
modules = [
|
||||||
# lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
./home.nix
|
./home.nix
|
||||||
];
|
];
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
username = "pager";
|
username = "pager";
|
||||||
|
inherit inputs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user