From b3a030f155d2e567f16c7901a756066957173cc2 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Fri, 29 Sep 2023 21:08:48 -0700 Subject: moved home.nix to hosts --- darwin/home.nix | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 darwin/home.nix (limited to 'darwin/home.nix') diff --git a/darwin/home.nix b/darwin/home.nix deleted file mode 100644 index 1188c65..0000000 --- a/darwin/home.nix +++ /dev/null @@ -1,50 +0,0 @@ -{ config, pkgs, ... }: - -{ - home.username = "shubh"; - home.homeDirectory = "/Users/shubh"; - - # You should not change this value, even if you update Home Manager. If you do - # want to update the value, then make sure to first check the Home Manager - # release notes. - home.stateVersion = "23.05"; - - home.packages = with pkgs; [ - git - unzip - wget - gnupg - pass - tmux - fzf - docker - neovim - nmap - lf - pinentry_mac - postgresql - docker - kubectl - kubelogin-oidc - terraform - kops - k9s - kubernetes-helm - python38 - # gui - zoom-us - slack - ]; - - home.file = { - ".gnupg/gpg-agent.conf" = { - text = '' - pinentry-program ${pkgs.pinentry_mac}/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac - ''; - }; - }; - - imports = [ - ../modules/common.nix - ]; -} -- cgit v1.2.3