My Nix Configuration

[h.p.desktop] add mpv scripts

pyrox.dev 02527e32 0df23f73

verified
Changed files
+20 -1
modules
home
profiles
desktop
+20 -1
modules/home/profiles/desktop/default.nix
···
gui.enable = mkDefault true;
development.enable = mkDefault true;
};
-
programs.mpv.enable = mkDefault true;
+
programs.mpv = {
+
enable = mkDefault true;
+
scripts = with pkgs.mpvScripts; [
+
videoclip
+
mpris
+
modernz
+
thumbfast
+
];
+
config = {
+
osc = false;
+
keep-open = true;
+
};
+
scriptOpts = {
+
modernz.greenandgrumpy = true;
+
videoclip.preset = "medium";
+
videoclip.video_folder_path = "~/Videos/mpv-clips/";
+
videoclip.video_width = 1920;
+
videoclip.video_height = 1080;
+
};
+
};
home.packages = with pkgs; [
archipelago
brightnessctl