summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-15 22:13:15 +0100
committeradikro <adikro@disroot.org>2026-03-15 22:13:15 +0100
commit18f08bf53591f3e68043730a627889957009deb6 (patch)
tree228a31ab5489e98253e963424cd064d57dcd7a6e /flake.nix
parent8eb0e90219a4de87d8d476e15329e14720f091c6 (diff)
browser stuff
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 =