mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added proton vpn tools
This commit is contained in:
parent
2de4c552cf
commit
684845ec4f
1 changed files with 3 additions and 1 deletions
4
home.nix
4
home.nix
|
@ -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
|
||||
|
@ -49,7 +50,7 @@ let
|
|||
] ++ pkgs.lib.optionals (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) [
|
||||
# Gui application
|
||||
pkgs-stable.darktable # RAW processing
|
||||
pkgs-stable.dbeaver # SQL management tool
|
||||
dbeaver # SQL management tool
|
||||
pkgs-stable.dragon # simple audio player
|
||||
firefox # Internet access
|
||||
freerdp # RDP client
|
||||
|
@ -68,6 +69,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue