diff options
| author | adikro <adikro@disroot.org> | 2026-03-15 22:13:15 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-15 22:13:15 +0100 |
| commit | 18f08bf53591f3e68043730a627889957009deb6 (patch) | |
| tree | 228a31ab5489e98253e963424cd064d57dcd7a6e /flake.nix | |
| parent | 8eb0e90219a4de87d8d476e15329e14720f091c6 (diff) | |
browser stuff
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 = |
