Add baballonia flake

I'm not sure that I'm doing this right
This commit is contained in:
pager
2025-09-22 23:47:35 -04:00
parent 372535ad14
commit 4afceb577d
2 changed files with 10 additions and 3 deletions

View File

@ -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;
}; };
}; };
}; };

View File

@ -1,4 +1,4 @@
{ config, pkgs, username ? "abby", ... }: { config, pkgs, inputs, username ? "abby", ... }:
{ {
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the