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/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
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
|
texliveFull
|
||||||
ledger
|
ledger
|
||||||
mu
|
mu
|
||||||
|
zip
|
||||||
|
unzip
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
maple-mono
|
maple-mono
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
pwntools
|
pwntools
|
||||||
rustscan
|
rustscan
|
||||||
inetutils
|
inetutils
|
||||||
|
wireshark
|
||||||
thc-hydra
|
thc-hydra
|
||||||
exploitdb
|
exploitdb
|
||||||
responder
|
responder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user