diff --git a/flake.nix b/flake.nix index 3315cd9..ce486f2 100644 --- a/flake.nix +++ b/flake.nix @@ -15,10 +15,10 @@ }; - baballonia = { - url = "github:Project-Babble/Baballonia"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # baballonia = { + # url = "github:Project-Babble/Baballonia"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; # lemonake.url = "github:passivelemon/lemonake"; @@ -53,14 +53,14 @@ in home-manager.lib.homeManagerConfiguration { inherit pkgs; - # specialArgs = inputs; modules = [ lix-module.nixosModules.default ./home.nix ]; extraSpecialArgs = { - inherit inputs; inherit system; + username = "abby"; + inherit inputs; }; }; homeConfigurations."pager@nicrosil" =