This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(specifications->manifest | |
'( | |
;; Settings Manager | |
"xsettingsd" | |
;; GTK Themes | |
"arc-icon-theme" | |
"matcha-theme" | |
"hicolor-icon-theme" | |
"gnome-icon-theme" | |
"gnome-backgrounds" | |
"papirus-icon-theme" | |
"breeze-icons" | |
;; Fonts | |
"font-fira-code" | |
"font-jetbrains-mono" | |
"font-iosevka" | |
"font-iosevka-aile" | |
"font-abattis-cantarell" | |
"font-dejavu" | |
"font-google-noto" | |
"font-gnu-freefont" | |
"font-liberation" | |
"font-awesome" | |
"font-google-material-design-icons" | |
"gs-fonts" | |
"polybar" | |
"dunst" | |
"libnotify" ; For notify-send | |
"udiskie" | |
"mcron" | |
"vimb" | |
"qutebrowser" | |
"password-store" | |
"alsa-utils" | |
"pavucontrol" | |
"mpv" | |
"mpv-mpris" | |
"youtube-dl" | |
"playerctl" | |
"gstreamer" | |
"gst-plugins-base" | |
"gst-plugins-good" | |
"gst-plugins-bad" | |
"gst-plugins-ugly" | |
"gst-libav" | |
"intel-vaapi-driver" | |
"libva-utils" | |
"feh" | |
"gimp" | |
"scrot" | |
"zathura" | |
"zathura-pdf-mupdf" | |
"syncthing" | |
"syncthing-gtk" | |
"flatpak" | |
"system-config-printer" | |
"compton" | |
"redshift" | |
"gucharmap" | |
"fontmanager" | |
"brightnessctl" | |
"xdg-utils" ;; For xdg-open, etc | |
"xdg-dbus-proxy" ;; For Flatpak | |
"gtk+:bin" ;; For gtk-launch | |
"glib:bin" ;; For gio-launch-desktop | |
"shared-mime-info" | |
"openssh" | |
"zip" | |
"unzip" | |
"xev" | |
"xset" | |
"xrdb" | |
"xhost" | |
"xmodmap" | |
"setxkbmap" | |
"xrandr" | |
"arandr" | |
"xss-lock" | |
"libinput" | |
"xinput" | |
)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment