From d23b2454d4c43be0317648d1c6ac1228570a8f63 Mon Sep 17 00:00:00 2001 From: Random936 Date: Fri, 6 Dec 2024 20:15:39 -0800 Subject: [PATCH] Added new packages and apps.nix module file --- home/headful-nixos.nix | 5 +---- home/modules/apps.nix | 9 +++++++++ home/modules/emacs.nix | 2 ++ home/modules/hacking.nix | 1 + 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 home/modules/apps.nix 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