Compare commits

...

2 commits

Author SHA1 Message Date
b37fd33081
misc 2025-12-17 16:53:34 -05:00
62a693fc18
use local claude if available 2025-11-24 12:05:38 -05:00
3 changed files with 22 additions and 35 deletions

View file

@ -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; [
@ -57,6 +58,13 @@
programs.fish = {
enable = true;
shellInit = ''
if test -d ~/.claude/local
fish_add_path ~/.claude/local
end
mise activate fish | source
'';
interactiveShellInit = ''
fish_vi_key_bindings
@ -93,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;

View file

@ -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;
};
};
}

View file

@ -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"