diff --git a/flake.nix b/flake.nix index 1911f6f..e75d65f 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,9 @@ bud.inputs.nixpkgs.follows = "nixos"; bud.inputs.devshell.follows = "digga/devshell"; + beautysh.url = "github:lovesegfault/beautysh"; + bud.inputs.beautysh.follows = "beautysh"; + home.url = "github:nix-community/home-manager"; home.inputs.nixpkgs.follows = "nixos";