feat(darwin): Add mpv wapper to darwin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user