From d0733accdbc8d5b01eb591cacddeec99623960f6 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 1 May 2025 22:09:16 -0700 Subject: [PATCH] adding programs --- configuration.nix | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4bfbfe8..2bde3d9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -109,6 +109,10 @@ "wheel" "networkmanager" "dialout" + "disk" + "audio" + "cdrom" + "video" ]; }; programs.direnv.enable = true; @@ -163,13 +167,19 @@ # $ nix search wget environment.systemPackages = with pkgs; [ arduino + arduino-cli + arduino-ide + arduino-mk binutils-unwrapped bitwarden brave cloc + cmus cscope direnv + dive doas + docker-compose elinks emacs feh @@ -181,30 +191,36 @@ gcc gdb gforth + ghostty git - graphviz gnumake go go-font + graphviz hexyl htop i3 + imagemagick + jpegoptim keychain lagrange libzip - lxterminal mercurial mg mutt - nyxt nmap + nyxt obsidian ops + pavucontrol pciutils picocom + podman-compose + podman-tui pwgen python3Full rlwrap + rofi sbcl scdoc scrot @@ -213,17 +229,17 @@ syncthing tailscale tcpdump - terminator texinfo texliveFull tmux tree + udisks + xfce.thunar + xfce.thunar-volman + xfce.xfce4-power-manager + xss-lock wget - xfce.xfce4-terminal - dive - podman-tui - docker-compose - podman-compose + woff2 ]; services.tailscale.enable = true;