Compare commits

..

No commits in common. "6fbe4bb98d94cee395a1a56bd30d07f895f2c0be" and "cdc7d4c2b8e183cb4b453e0f0d13152d95a14320" have entirely different histories.

View File

@ -11,14 +11,9 @@
qutebrowser
kobodl
htop
mpv
yt-dlp
darcs
jq
pavucontrol
direnv
@ -29,15 +24,6 @@
myVim
];
programs.mpv = {
enable = true;
config = {
"script-opts" = "ytdl_hook-ytdl_path=${pkgs.yt-dlp}/bin/yt-dlp";
force-window = true;
ytdl-format = "bestvideo+bestaudio";
};
};
services.emacs = {
enable = true;
package = pkgs.myEmacs;