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";
|
||||
};
|
||||
|
||||
|
||||
baballonia = {
|
||||
url = "github:Project-Babble/Baballonia";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# lemonake.url = "github:passivelemon/lemonake";
|
||||
|
||||
# wayvr-dashbourd.url = "github:PassiveLemon/lemonake/master/pkgs/wayvr-dashboard"
|
||||
@ -44,7 +50,7 @@
|
||||
inherit pkgs;
|
||||
# specialArgs = inputs;
|
||||
modules = [
|
||||
# lix-module.nixosModules.default
|
||||
lix-module.nixosModules.default
|
||||
./home.nix
|
||||
];
|
||||
};
|
||||
@ -58,11 +64,12 @@
|
||||
inherit pkgs;
|
||||
# specialArgs = inputs;
|
||||
modules = [
|
||||
# lix-module.nixosModules.default
|
||||
lix-module.nixosModules.default
|
||||
./home.nix
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
username = "pager";
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user