diff --git a/config/home-manager/home.nix b/config/home-manager/home.nix index ea641c6..9722767 100644 --- a/config/home-manager/home.nix +++ b/config/home-manager/home.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, pkgs, ... }: # In order to allow reuse of the iTerm2 shell integrations repo # for both its utility symlinks and zsh initialization plugin, @@ -25,15 +25,11 @@ in { "/home/spotlight"; home.packages = with pkgs; [ - ffmpeg go - google-cloud-sdk htop mtr ncdu tmux - virt-manager - yt-dlp ]; # Git @@ -53,15 +49,6 @@ in { init.defaultBranch = "main"; }; }; - - # GPG - programs.gpg.enable = true; - home.file.".gnupg/gpg-agent.conf" = lib.mkIf pkgs.stdenv.isDarwin { - text = '' - pinentry-program "${pkgs.pinentry_mac}/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac" - ''; - }; - # password-store programs.password-store = { enable = true;