summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ab0a358..69c9158 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,6 +46,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ nvf = {
+ url = "github:NotAShelf/nvf";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.follows = "nixpkgs";
@@ -60,6 +65,16 @@
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
+
+ otter-launcher = {
+ url = "github:kuokuo123/otter-launcher";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
+ fsel = {
+ url = "github:Mjoyufull/fsel";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs =