mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 21:55:28 -08:00
Compare commits
No commits in common. "33095b1e49299204ff33e03be4ab526022dbc81e" and "684845ec4f195382cfcf3f7b670c9db4350d1306" have entirely different histories.
33095b1e49
...
684845ec4f
2 changed files with 3 additions and 11 deletions
3
home.nix
3
home.nix
|
@ -27,6 +27,7 @@ let
|
||||||
gitui # command line git tui
|
gitui # command line git tui
|
||||||
hugo
|
hugo
|
||||||
pkgs-stable.pandoc # utility for converting between document types
|
pkgs-stable.pandoc # utility for converting between document types
|
||||||
|
protonvpn-cli
|
||||||
pkgs-stable.qmk # QMK utility for compiling qmk firmware
|
pkgs-stable.qmk # QMK utility for compiling qmk firmware
|
||||||
nextcloud-client # Nextcloud private syncing
|
nextcloud-client # Nextcloud private syncing
|
||||||
hddtemp
|
hddtemp
|
||||||
|
@ -68,6 +69,8 @@ let
|
||||||
signal-desktop # secure messaging service
|
signal-desktop # secure messaging service
|
||||||
pkgs-stable.vscodium # when vim and emacs (somehow) isn't enough
|
pkgs-stable.vscodium # when vim and emacs (somehow) isn't enough
|
||||||
obs-studio # for video recording and virtual camera
|
obs-studio # for video recording and virtual camera
|
||||||
|
protonvpn-gui
|
||||||
|
|
||||||
|
|
||||||
libsForQt5.kate # kate/kwrite
|
libsForQt5.kate # kate/kwrite
|
||||||
libsForQt5.ark # kde archive manager
|
libsForQt5.ark # kde archive manager
|
||||||
|
|
|
@ -158,17 +158,6 @@ in
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
|
|
||||||
lsp = {
|
|
||||||
enable = true;
|
|
||||||
servers = {
|
|
||||||
gopls = {
|
|
||||||
enable = true;
|
|
||||||
installLanguageServer = true;
|
|
||||||
};
|
|
||||||
html.enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nvim-tree = {
|
nvim-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openOnSetup = true;
|
openOnSetup = true;
|
||||||
|
|
Loading…
Reference in a new issue