summaryrefslogtreecommitdiff
path: root/hm/soft
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-06 22:34:59 +0100
committeradikro <adikro@disroot.org>2026-01-06 22:34:59 +0100
commit1abd23db1e18266ffe8035daea1aa3153e736428 (patch)
treed587898eec255dbed6c9ce1079abe769aac6fdab /hm/soft
parent96b694b5251957bc6d33760462d28ee4864b0353 (diff)
mpv fixed, configured swaylock, and a lot of other stuff
Diffstat (limited to 'hm/soft')
-rw-r--r--hm/soft/mpv.nix5
-rw-r--r--hm/soft/nixcord.nix5
2 files changed, 6 insertions, 4 deletions
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;