Compare commits

..

No commits in common. "33095b1e49299204ff33e03be4ab526022dbc81e" and "684845ec4f195382cfcf3f7b670c9db4350d1306" have entirely different histories.

2 changed files with 3 additions and 11 deletions

View file

@ -27,6 +27,7 @@ let
gitui # command line git tui
hugo
pkgs-stable.pandoc # utility for converting between document types
protonvpn-cli
pkgs-stable.qmk # QMK utility for compiling qmk firmware
nextcloud-client # Nextcloud private syncing
hddtemp
@ -68,6 +69,8 @@ let
signal-desktop # secure messaging service
pkgs-stable.vscodium # when vim and emacs (somehow) isn't enough
obs-studio # for video recording and virtual camera
protonvpn-gui
libsForQt5.kate # kate/kwrite
libsForQt5.ark # kde archive manager

View file

@ -158,17 +158,6 @@ in
plugins = {
lsp = {
enable = true;
servers = {
gopls = {
enable = true;
installLanguageServer = true;
};
html.enable = true;
};
};
nvim-tree = {
enable = true;
openOnSetup = true;