hope this works

This commit is contained in:
TheCrazyInsanity
2026-04-11 21:37:28 -04:00
parent c696e8702f
commit 99b008305c
7 changed files with 110 additions and 1 deletions

View File

@@ -11,6 +11,12 @@
# to avoid problems caused by different versions of nixpkgs.
inputs.nixpkgs.follows = "nixpkgs";
};
glide = {
url = "github:glide-browser/glide.nix";
# optionally: follow your flake's inputs
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
impermanence.url = "github:nix-community/impermanence";
plasma-manager = {
url = "github:nix-community/plasma-manager";
@@ -29,6 +35,7 @@
impermanence,
plasma-manager,
llm-agents,
glide,
# nix-flatpak,
}@inputs:
let