lkjadslasdlkj

This commit is contained in:
Peder Bergebakken Sundt 2025-03-21 20:41:27 +01:00
parent d3b2cb7fe3
commit 793ef6ca6f
2 changed files with 5 additions and 1 deletions
users/pbsds/home/profiles/desktop

@ -28,6 +28,8 @@
home.packages = with pkgs; [
wl-clipboard-timeout
audacity
discord
element-desktop
unstable.signal-desktop

@ -1,4 +1,4 @@
{ lib, pkgs, ... }:
{ lib, pkgs, config, ... }:
let
m = pkgs.mpvScripts;
@ -55,4 +55,6 @@ in
programs.mpv.config.vo = "gpu";
programs.mpv.config.profile = "gpu-hq";
#programs.mpv.config.gpu-context = "wayland";
programs.mpv.config.screenshot-directory = "${config.home.homeDirectory}/Pictures/Screenshots-mpv";
}