add more packages
This commit is contained in:
parent
21dc30eaed
commit
14392086be
|
@ -20,13 +20,70 @@ in
|
|||
btrfs-progs
|
||||
clang
|
||||
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-utils
|
||||
kitty
|
||||
|
||||
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
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue