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"];}) (nerdfonts.override {fonts = ["Hasklig"];})
pfetch-rs pfetch-rs
hotedit hotedit
]
++ lib.optionals device.isLinux [
(pkgs.wrapMpv (pkgs.wrapMpv
(pkgs.mpv-unwrapped.override {sixelSupport = true;}) {}) (pkgs.mpv-unwrapped.override {sixelSupport = true;}) {})
]
++ lib.optionals device.isLinux [
psst psst
sony-headphones-client sony-headphones-client
abaddon abaddon

View File

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

View File

@@ -4,7 +4,8 @@
enable = true; enable = true;
skhdConfig = '' skhdConfig = ''
# open terminal, blazingly fast compared to iTerm/Hyper # open terminal, blazingly fast compared to iTerm/Hyper
alt - return : ${pkgs.wezterm}/bin/wezterm-gui alt - return : open -a Kitty.app
# alt - return : $\{pkgs.wezterm}/bin/wezterm-gui
shift + alt - return: pkill mpv shift + alt - return: pkill mpv
# open mpv # open mpv