add more packages

This commit is contained in:
shynd 2025-02-20 19:28:15 +01:00
parent 21dc30eaed
commit 14392086be
1 changed files with 59 additions and 2 deletions

View File

@ -20,13 +20,70 @@ in
btrfs-progs btrfs-progs
clang clang
curl curl
# TODO cpufrequtils
duf
eza
ffmpeg
glib # for gsettings to work
gsettings-qt
git
killall
libappindicator
libnotify
openssl
pciutils
vim
wget
xdg-user-dirs xdg-user-dirs
xdg-utils xdg-utils
kitty
fastfetch fastfetch
(mvp.override {scripts = [mpvScripts.mpris];}) # with tray
# ranger
# hyprland stuff
# (ags.overrideAttrs (oldAttrs: { inherit (oldAttrs) pname; version = "1.8.2"; }))
ags_1 # desktop overview
btop
cliphist
eog
gnome-system-monitor
grim
gtk-engine-murrine # for gtk themes
hypridle
imagemagick
inxi
jq
kitty
libsForQt5.qtstyleplugin-kvantum # kvantum
networkmanagerapplet
nwg-look
nvtopPackages.full
pamixer
pavucontrol
playerctl
polkit_gnome
pyprland
libsForQt5.qt5ct
kdePackages.qt6ct
kdePackages.qtwayland
kdePackages.qtstyleplugin-kvantum # kvantum
rofi-wayland
slurp
swappy
swaynotificationcenter
swww
unzip
wallust
wl-clipboard
wlogout
xarchiver
yad
yt-dlp
# waybar # if wanted, experimental next line
# (pkgs.waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];}))
]) ++ [ ]) ++ [
python-packages python-packages
]; ];