feat: setup neovim & update firefox to nightly
This commit is contained in:
parent
10bb022f75
commit
f442980938
24 changed files with 581 additions and 1256 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue