summaryrefslogtreecommitdiff
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to 'hm')
-rw-r--r--hm/soft/media.nix1
-rw-r--r--hm/soft/mpv.nix17
2 files changed, 9 insertions, 9 deletions
diff --git a/hm/soft/media.nix b/hm/soft/media.nix
index 04bc670..350517b 100644
--- a/hm/soft/media.nix
+++ b/hm/soft/media.nix
@@ -12,7 +12,6 @@ in
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
stremio-linux-shell
- krita
czkawka
nsxiv
pinta
diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix
index b9ad274..b87ceef 100644
--- a/hm/soft/mpv.nix
+++ b/hm/soft/mpv.nix
@@ -45,7 +45,8 @@ in
profile = "gpu-hq";
gpu-api = "vulkan";
vo = "gpu-next";
- hwdec = "vaapi-copy";
+ # hwdec = "vaapi-copy";
+ hwdec = "no";
scale = "ewa_lanczossharp";
cscale = "ewa_lanczos";
@@ -164,14 +165,14 @@ in
};
scripts = with pkgs.mpvScripts; [
- webtorrent-mpv-hook
- videoclip
- thumbfast
- reload
- mpv-subtitle-lines
- mpv-notify-send
modernx
- memo
+ mpv-playlistmanager
+ thumbfast
+ mpris
+
+ webtorrent-mpv-hook
+ # reload
+ # memo
autosubsync-mpv
sponsorblock
];