Add mpv support [untested]

This commit is contained in:
langedev 2023-11-20 09:52:17 -08:00
parent f3ba0c3ab8
commit 3fad5809b9
2 changed files with 22 additions and 7 deletions

View file

@ -16,27 +16,28 @@
./programs/nnn
./programs/rofi
./programs/nvim
./programs/mpv
];
home.packages = with pkgs; [
eww-wayland # eww widgets
# Applications
syncthing # For syncing files between computers
discord # Chat app
gimp # Photo editting
mpv # Video player
pamixer # Volume control
playerctl # Control media
wget # Download web stuff
zathura # PDF viewer
feh # Image viewer
sshfs # SSH File system
appimage-run # Lets you run app images
# Development stuff, can be removed
nodejs # For compiling JS stuff
jq # May be critical for scripts?
# Check if want settings?
zathura # PDF viewer
# Expand into other areas
sshfs # SSH File system (SSH)
eww-wayland # eww widgets (EWW)
];
# home.file = {};