diff --git a/home/headful-nixos.nix b/home/headful-nixos.nix index 3d0a581..ad03bfe 100644 --- a/home/headful-nixos.nix +++ b/home/headful-nixos.nix @@ -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 diff --git a/home/modules/apps.nix b/home/modules/apps.nix new file mode 100644 index 0000000..4b0c1cb --- /dev/null +++ b/home/modules/apps.nix @@ -0,0 +1,9 @@ +{pkgs, ... }: { + home.packages = with pkgs; [ + vlc + zoom-us + discord + shotcut + libreoffice + ]; +} diff --git a/home/modules/emacs.nix b/home/modules/emacs.nix index c3f36c7..1bcc0ba 100644 --- a/home/modules/emacs.nix +++ b/home/modules/emacs.nix @@ -10,6 +10,8 @@ texliveFull ledger mu + zip + unzip # Fonts maple-mono diff --git a/home/modules/hacking.nix b/home/modules/hacking.nix index d6ffd23..07910cc 100644 --- a/home/modules/hacking.nix +++ b/home/modules/hacking.nix @@ -21,6 +21,7 @@ pwntools rustscan inetutils + wireshark thc-hydra exploitdb responder