From 9cfc86cecb6a12c81ca56955d7a5273ae0b26ddc Mon Sep 17 00:00:00 2001 From: Stephen Bryant Date: Mon, 6 Jan 2025 02:03:21 -0500 Subject: [PATCH] save updates --- README.md | 1 + flake.nix | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f816170..7335888 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # nix-darwin-config +guide followed: https://davi.sh/blog/2024/01/nix-darwin/ \ No newline at end of file diff --git a/flake.nix b/flake.nix index c8076e1..4230cbc 100644 --- a/flake.nix +++ b/flake.nix @@ -42,13 +42,14 @@ pkgs.vim pkgs.lens pkgs.vscode - pkgs._1password-gui - pkgs._1password-cli pkgs.spotify pkgs.slack pkgs.podman-desktop pkgs.kubectl pkgs.discord + pkgs._1password-cli + pkgs._1password-gui + pkgs.brave ]; ################ @@ -64,6 +65,7 @@ "git" "k9s" "helm" + "tfenv" ]; casks = []; }; @@ -80,9 +82,6 @@ tailscale = { enable = true; }; - spotifyd = { - enable = false; - }; }; # Enable the darwin security.pam module for sudo Touch ID authentication. @@ -156,7 +155,7 @@ # Let home-manager install and manage itself. programs.home-manager.enable = true; - home.packages = with pkgs; []; + home.packages = with pkgs; [ ]; home.sessionVariables = { EDITOR = "nano";