From 5f05c5d36a1b602b06665d6d8d9918aa2aedc71c Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 19 Feb 2024 10:11:37 +0530 Subject: [PATCH] home-manger: temporarily remove darwin apps --- .config/home-manager/darwin.nix | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.config/home-manager/darwin.nix b/.config/home-manager/darwin.nix index 4e1052e..d6bd183 100644 --- a/.config/home-manager/darwin.nix +++ b/.config/home-manager/darwin.nix @@ -7,16 +7,13 @@ gawk gnugrep gnused + tmux # for media consumption, manipulation and metadata info ffmpeg imagemagick mediainfo - # GUI apps - meld - utm - # fonts (nerdfonts.override { fonts = [ @@ -27,15 +24,12 @@ }) ]; - programs = { - mpv.enable = true; - alacritty.enable = true; - tmux.enable = true; - bash = { - enable = true; - enableCompletion = true; - }; - }; + # TODO: install the following with brew + # alacritty + # bash + # meld + # mpv + # utm # home-manager does not need to overwrite these files in $HOME xdg.configFile = {