minor updates
This commit is contained in:
parent
87fecccad4
commit
3ad6f9f2e7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue