about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
-rw-r--r--hm/soispha/conf/nvim/plgs/harpoon/default.nix1
3 files changed, 6 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 7109511a..e7b1e663 100644
--- a/flake.lock
+++ b/flake.lock
@@ -607,17 +607,17 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1696879762,
-        "narHash": "sha256-Ud6bH4DMcYHUDKavNMxAhcIpDGgHMyL/yaDEAVSImQY=",
+        "lastModified": 1697456312,
+        "narHash": "sha256-roiSnrqb5r+ehnKCauPLugoU8S36KgmWraHgRqVYndo=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "f99e5f03cc0aa231ab5950a15ed02afec45ed51a",
+        "rev": "ca012a02bf8327be9e488546faecae5e05d7d749",
         "type": "github"
       },
       "original": {
         "owner": "NixOS",
+        "ref": "nixos-unstable",
         "repo": "nixpkgs",
-        "rev": "f99e5f03cc0aa231ab5950a15ed02afec45ed51a",
         "type": "github"
       }
     },
diff --git a/flake.nix b/flake.nix
index 3057475a..455b090b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
 
   inputs = {
     # base
-    nixpkgs.url = "github:NixOS/nixpkgs/f99e5f03cc0aa231ab5950a15ed02afec45ed51a";
+    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
     nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05";
 
     # inputs for following
diff --git a/hm/soispha/conf/nvim/plgs/harpoon/default.nix b/hm/soispha/conf/nvim/plgs/harpoon/default.nix
index 76f33af8..afbeb727 100644
--- a/hm/soispha/conf/nvim/plgs/harpoon/default.nix
+++ b/hm/soispha/conf/nvim/plgs/harpoon/default.nix
@@ -34,6 +34,7 @@ in {
   programs.nixvim = {
     plugins.harpoon = {
       enable = true;
+      enableTelescope = true;
       # menu.width = "vim.api.nvim_win_get_width(0) - 4"; # TODO: integrate that
       keymaps = {
         tmuxGotoTerminal = null; # TODO: