From 4afceb577d2c44be5f287d4c338dd33a411d6639 Mon Sep 17 00:00:00 2001 From: pager Date: Mon, 22 Sep 2025 23:47:35 -0400 Subject: [PATCH] Add baballonia flake I'm not sure that I'm doing this right --- flake.nix | 11 +++++++++-- home.nix | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 1186978..94e8f22 100644 --- a/flake.nix +++ b/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; }; }; }; diff --git a/home.nix b/home.nix index 25e5d38..5227f8a 100644 --- a/home.nix +++ b/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, username ? "abby", ... }: +{ config, pkgs, inputs, username ? "abby", ... }: { # Home Manager needs a bit of information about you and the