From b37fd33081ba5b5b28264df96948e0114f77238b Mon Sep 17 00:00:00 2001 From: sloane Date: Mon, 24 Nov 2025 14:57:41 -0500 Subject: [PATCH] misc --- home-manager/default.nix | 29 ++++++++++--------- nix-darwin/default.nix | 9 +----- .../hosts/Sloanes-MacBook-Air/default.nix | 14 --------- 3 files changed, 17 insertions(+), 35 deletions(-) diff --git a/home-manager/default.nix b/home-manager/default.nix index 482dc96..5d7b593 100644 --- a/home-manager/default.nix +++ b/home-manager/default.nix @@ -11,6 +11,7 @@ sessionVariables = { SSH_AUTH_SOCK = "$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"; EDITOR = "nvim"; + MISE_EXPERIMENTAL = 1; }; packages = with pkgs; [ @@ -61,6 +62,8 @@ if test -d ~/.claude/local fish_add_path ~/.claude/local end + + mise activate fish | source ''; interactiveShellInit = '' fish_vi_key_bindings @@ -98,19 +101,19 @@ nix-direnv.enable = true; }; - programs.mise = { - enable = true; - enableFishIntegration = true; - globalConfig = { - tools = { - usage = "latest"; - erlang = "latest"; - elixir = "latest"; - nodejs = "lts"; - }; - }; - settings.experimental = true; - }; + # programs.mise = { + # enable = true; + # enableFishIntegration = true; + # globalConfig = { + # tools = { + # usage = "latest"; + # erlang = "latest"; + # elixir = "latest"; + # nodejs = "lts"; + # }; + # }; + # settings.experimental = true; + # }; programs.zellij = { enable = true; diff --git a/nix-darwin/default.nix b/nix-darwin/default.nix index e38e13e..1ba90ee 100644 --- a/nix-darwin/default.nix +++ b/nix-darwin/default.nix @@ -31,7 +31,7 @@ finder = { AppleShowAllExtensions = true; AppleShowAllFiles = true; - CreateDesktop = false; + CreateDesktop = true; FXDefaultSearchScope = "SCcf"; # current folder FXEnableExtensionChangeWarning = false; NewWindowTarget = "Home"; @@ -56,12 +56,10 @@ }; onActivation = { autoUpdate = false; - cleanup = "uninstall"; }; brews = [ "libyaml" - "mas" "openssl" "wxwidgets" "schpet/tap/linear" @@ -87,10 +85,5 @@ "tailscale" "unnaturalscrollwheels" ]; - - masApps = { - Things = 904280696; - "Hand Mirror" = 1502839586; - }; }; } diff --git a/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix b/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix index aebf351..28194b3 100644 --- a/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix +++ b/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix @@ -1,19 +1,5 @@ { ... }: { - system.defaults = { - dock.persistent-apps = [ - "/Applications/Firefox.app" - "/Applications/Things3.app" - "/Applications/Fantastical.app" - "/System/Applications/Messages.app" - "/Applications/Slack.app/" - "/Applications/Discord.app" - "/System/Applications/Music.app" - "/Applications/Obsidian.app" - "/Applications/Ghostty.app" - ]; - }; - homebrew = { casks = [ "discord"