Added new packages and apps.nix module file

This commit is contained in:
Random936 2024-12-06 20:15:39 -08:00
parent 7c1d59aea2
commit d23b2454d4
4 changed files with 13 additions and 4 deletions

View File

@ -10,6 +10,7 @@
./modules/hacking.nix ./modules/hacking.nix
./modules/neovim.nix ./modules/neovim.nix
./modules/emacs.nix ./modules/emacs.nix
./modules/apps.nix
./modules/zsh.nix ./modules/zsh.nix
]; ];
@ -18,14 +19,10 @@
ncdu ncdu
dconf dconf
docker docker
zoom-us
discord
barrier barrier
wireshark
flameshot flameshot
pavucontrol pavucontrol
virt-viewer virt-viewer
libreoffice
google-chrome google-chrome
bitwarden-cli bitwarden-cli
wireguard-tools wireguard-tools

9
home/modules/apps.nix Normal file
View File

@ -0,0 +1,9 @@
{pkgs, ... }: {
home.packages = with pkgs; [
vlc
zoom-us
discord
shotcut
libreoffice
];
}

View File

@ -10,6 +10,8 @@
texliveFull texliveFull
ledger ledger
mu mu
zip
unzip
# Fonts # Fonts
maple-mono maple-mono

View File

@ -21,6 +21,7 @@
pwntools pwntools
rustscan rustscan
inetutils inetutils
wireshark
thc-hydra thc-hydra
exploitdb exploitdb
responder responder