hope this works
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user