From 1abd23db1e18266ffe8035daea1aa3153e736428 Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 6 Jan 2026 22:34:59 +0100 Subject: mpv fixed, configured swaylock, and a lot of other stuff --- hm/soft/mpv.nix | 5 ++++- hm/soft/nixcord.nix | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'hm/soft') diff --git a/hm/soft/mpv.nix b/hm/soft/mpv.nix index 08f97e6..4e4d08e 100644 --- a/hm/soft/mpv.nix +++ b/hm/soft/mpv.nix @@ -39,7 +39,10 @@ in profile = "gpu-hq"; gpu-api = "vulkan"; vo = "gpu-next"; - hwdec = "vaapi-copy"; + + hwdec = "vaapi"; + gpu-hwdec-interop = "vaapi"; + hwdec-codecs = "all"; scale = "ewa_lanczossharp"; cscale = "ewa_lanczos"; diff --git a/hm/soft/nixcord.nix b/hm/soft/nixcord.nix index 8c2f002..2f12aca 100644 --- a/hm/soft/nixcord.nix +++ b/hm/soft/nixcord.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, pkgs, ... }: +{ inputs, config, lib, ... }: let cfg = config.hm.soft.nixcord; in @@ -11,7 +11,6 @@ in enable = true; discord = { enable = true; - package = pkgs.discord-krisp; autoscroll.enable = true; vencord.enable = false; @@ -25,7 +24,7 @@ in frameless = true; plugins = { ClearURLs.enable = true; - NoRPC.enable = true; + RPCEditor.enable = true; OnePingPerDM.enable = true; PinDMs = { enable = true; canCollapseDmSection = true; }; SaveFavoriteGIFs.enable = true; -- cgit v1.3