From 85c4f13f567362f5e69374904d04fa84f38f6c43 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Fri, 29 Mar 2024 14:53:08 +0530 Subject: [PATCH] feat(darwin): Add mpv wapper to darwin --- common/home.nix | 4 ++-- common/kitty.nix | 1 + darwin/skhd.nix | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/common/home.nix b/common/home.nix index e895c85a..ddf02e79 100644 --- a/common/home.nix +++ b/common/home.nix @@ -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 diff --git a/common/kitty.nix b/common/kitty.nix index 4b622304..4676d63a 100644 --- a/common/kitty.nix +++ b/common/kitty.nix @@ -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"; diff --git a/darwin/skhd.nix b/darwin/skhd.nix index 47a184ee..f1259845 100644 --- a/darwin/skhd.nix +++ b/darwin/skhd.nix @@ -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