feat(darwin): Add mpv wapper to darwin
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
enable = true;
|
||||
skhdConfig = ''
|
||||
# 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
|
||||
|
||||
# open mpv
|
||||
|
||||
Reference in New Issue
Block a user