commit a866311a157c1ef8f42fc6ca568d6f4db078b467
parent 7f3b3e9ce15520e1de5de36f8beb5400b8d60e49
Author: mtmn <miro@haravara.org>
Date: Tue, 2 Jun 2026 12:14:48 +0200
chore: fix purescript lsp command, update flakes
Diffstat:
4 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -200,11 +200,11 @@
]
},
"locked": {
- "lastModified": 1780099287,
- "narHash": "sha256-efIPwVGtIWIjWcznhaop6XN6HxnOL8800hF6CBNvlqQ=",
+ "lastModified": 1780370888,
+ "narHash": "sha256-PRJj9RKTEf/sITycujP1c/BrvLJKMYXzcpwTsXNulXQ=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "7d8127d308c3fb9664f7e643eec944be74ebb37d",
+ "rev": "a7a415883195ffbd4dabec8f098f201e6eaaadf8",
"type": "github"
},
"original": {
@@ -287,11 +287,11 @@
},
"nixpkgs_3": {
"locked": {
- "lastModified": 1780030872,
- "narHash": "sha256-u6WU/yd/o8iYQrHX3RAwO1hYa3LkoSL+WNQD0rJfJZQ=",
+ "lastModified": 1780336545,
+ "narHash": "sha256-vhVhuXzFrIOfcssC/9hDHx7MHzDKjF3keHuREOQqQiQ=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "e9a7635a57597d9754eccebdfc7045e6c8600e6b",
+ "rev": "4df1b885d76a54e1aa1a318f8d16fd6005b6401f",
"type": "github"
},
"original": {
diff --git a/hosts/void/overlays/config/river/init b/hosts/void/overlays/config/river/init
@@ -124,7 +124,7 @@ riverctl map normal $alt+Shift Tab send-to-previous-tags
riverctl map normal $mod Tab focus-previous-tags
riverctl map normal $mod+Shift Tab send-to-previous-tags
-swaybg -m fill -c "#120d15" -i "$HOME/misc/random/wallpapers/ultracomputing.png" &
+swaybg -m fill -c "#120d15" -i "$HOME/misc/random/wallpapers/14.jpg" &
mkfifo "$wobsock" && tail -f "$wobsock" | wob &
wl-paste --watch cliphist store &
diff --git a/modules/mixins/dotfiles/config/nvim/fnl/config/lsp.fnl b/modules/mixins/dotfiles/config/nvim/fnl/config/lsp.fnl
@@ -38,7 +38,7 @@
(fn config []
(vim.lsp.config :purescriptls
- {:cmd [:npx :purescript-language-server :--stdio]})
+ {:cmd [:pnpx :purescript-language-server :--stdio]})
(let [open-floating-preview vim.lsp.util.open_floating_preview]
(set vim.lsp.util.open_floating_preview
(fn [contents syntax opts ...]
diff --git a/modules/mixins/dotfiles/home/gnupg/gpg-agent.conf b/modules/mixins/dotfiles/home/gnupg/gpg-agent.conf
@@ -1,3 +0,0 @@
-pinentry-program ~/bin/pinentry-bemenu
-no-allow-external-cache
-default-cache-ttl 3600