Added new packages and apps.nix module file
This commit is contained in:
parent
7c1d59aea2
commit
d23b2454d4
@ -10,6 +10,7 @@
|
||||
./modules/hacking.nix
|
||||
./modules/neovim.nix
|
||||
./modules/emacs.nix
|
||||
./modules/apps.nix
|
||||
./modules/zsh.nix
|
||||
];
|
||||
|
||||
@ -18,14 +19,10 @@
|
||||
ncdu
|
||||
dconf
|
||||
docker
|
||||
zoom-us
|
||||
discord
|
||||
barrier
|
||||
wireshark
|
||||
flameshot
|
||||
pavucontrol
|
||||
virt-viewer
|
||||
libreoffice
|
||||
google-chrome
|
||||
bitwarden-cli
|
||||
wireguard-tools
|
||||
|
9
home/modules/apps.nix
Normal file
9
home/modules/apps.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
vlc
|
||||
zoom-us
|
||||
discord
|
||||
shotcut
|
||||
libreoffice
|
||||
];
|
||||
}
|
@ -10,6 +10,8 @@
|
||||
texliveFull
|
||||
ledger
|
||||
mu
|
||||
zip
|
||||
unzip
|
||||
|
||||
# Fonts
|
||||
maple-mono
|
||||
|
@ -21,6 +21,7 @@
|
||||
pwntools
|
||||
rustscan
|
||||
inetutils
|
||||
wireshark
|
||||
thc-hydra
|
||||
exploitdb
|
||||
responder
|
||||
|
Loading…
x
Reference in New Issue
Block a user