feat(darwin): Add mpv wapper to darwin

This commit is contained in:
Uttarayan Mondal
2024-03-29 14:53:08 +05:30
parent 4790bb85ad
commit 85c4f13f56
3 changed files with 5 additions and 3 deletions

View File

@@ -92,10 +92,10 @@ in {
(nerdfonts.override {fonts = ["Hasklig"];})
pfetch-rs
hotedit
]
++ lib.optionals device.isLinux [
(pkgs.wrapMpv
(pkgs.mpv-unwrapped.override {sixelSupport = true;}) {})
]
++ lib.optionals device.isLinux [
psst
sony-headphones-client
abaddon

View File

@@ -9,6 +9,7 @@
background_opacity = "0.8";
background = "#000000";
shell = "${pkgs.fish}/bin/fish";
hide_window_decorations = "yes";
};
shellIntegration.enableFishIntegration = true;
theme = "Catppuccin-Mocha";