feat: setup neovim & update firefox to nightly

This commit is contained in:
DACHXY 2025-01-22 19:11:05 +08:00
parent 10bb022f75
commit f442980938
24 changed files with 581 additions and 1256 deletions

View file

@ -1,9 +1,10 @@
{ mainMod, nvidia-offload-enabled }:
let
prefix = if nvidia-offload-enabled then "offload " else "";
browser = "${prefix}firefox";
noOffloadBrowser = "firefox -P noOffload";
terminal = "${prefix}ghostty";
firefox = "firefox-nightly";
prefix = if nvidia-offload-enabled then "offload" else "";
browser = "${prefix} ${firefox}";
noOffloadBrowser = "${firefox} -P noOffload";
terminal = "${prefix} ghostty";
filemanager = "nemo";
scripts = "~/.config/scripts";