minor updates

This commit is contained in:
askiiart 2024-03-08 17:30:04 -06:00
parent 87fecccad4
commit 3ad6f9f2e7
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67

View file

@ -4,7 +4,7 @@ let
in in
{ {
home.packages = [ home.packages = [
pkgs.librewolf unstable.librewolf
pkgs.vscode-fhs pkgs.vscode-fhs
pkgs.kitty pkgs.kitty
pkgs.git pkgs.git
@ -34,12 +34,11 @@ in
pkgs.gcc pkgs.gcc
pkgs.xorg.libX11 pkgs.xorg.libX11
pkgs.libGL pkgs.libGL
pkgs.nix-index
pkgs.drawing pkgs.drawing
pkgs.swaynotificationcenter pkgs.swaynotificationcenter
pkgs.brightnessctl pkgs.brightnessctl
pkgs.pavucontrol pkgs.pavucontrol
pkgs.python312 pkgs.python3
pkgs.blueman pkgs.blueman
pkgs.dnsutils pkgs.dnsutils
pkgs.gnome.gnome-keyring pkgs.gnome.gnome-keyring
@ -78,5 +77,6 @@ in
pkgs.gdbgui pkgs.gdbgui
pkgs.libreoffice-qt pkgs.libreoffice-qt
pkgs.mosh pkgs.mosh
pkgs.iperf3
]; ];
} }