Compare commits

..

No commits in common. "b37fd33081ba5b5b28264df96948e0114f77238b" and "fea08c5b80e99acdad843483045e0f66cf36612e" have entirely different histories.

3 changed files with 35 additions and 22 deletions

View file

@ -11,7 +11,6 @@
sessionVariables = { sessionVariables = {
SSH_AUTH_SOCK = "$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"; SSH_AUTH_SOCK = "$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock";
EDITOR = "nvim"; EDITOR = "nvim";
MISE_EXPERIMENTAL = 1;
}; };
packages = with pkgs; [ packages = with pkgs; [
@ -58,13 +57,6 @@
programs.fish = { programs.fish = {
enable = true; enable = true;
shellInit = ''
if test -d ~/.claude/local
fish_add_path ~/.claude/local
end
mise activate fish | source
'';
interactiveShellInit = '' interactiveShellInit = ''
fish_vi_key_bindings fish_vi_key_bindings
@ -101,19 +93,19 @@
nix-direnv.enable = true; nix-direnv.enable = true;
}; };
# programs.mise = { programs.mise = {
# enable = true; enable = true;
# enableFishIntegration = true; enableFishIntegration = true;
# globalConfig = { globalConfig = {
# tools = { tools = {
# usage = "latest"; usage = "latest";
# erlang = "latest"; erlang = "latest";
# elixir = "latest"; elixir = "latest";
# nodejs = "lts"; nodejs = "lts";
# }; };
# }; };
# settings.experimental = true; settings.experimental = true;
# }; };
programs.zellij = { programs.zellij = {
enable = true; enable = true;

View file

@ -31,7 +31,7 @@
finder = { finder = {
AppleShowAllExtensions = true; AppleShowAllExtensions = true;
AppleShowAllFiles = true; AppleShowAllFiles = true;
CreateDesktop = true; CreateDesktop = false;
FXDefaultSearchScope = "SCcf"; # current folder FXDefaultSearchScope = "SCcf"; # current folder
FXEnableExtensionChangeWarning = false; FXEnableExtensionChangeWarning = false;
NewWindowTarget = "Home"; NewWindowTarget = "Home";
@ -56,10 +56,12 @@
}; };
onActivation = { onActivation = {
autoUpdate = false; autoUpdate = false;
cleanup = "uninstall";
}; };
brews = [ brews = [
"libyaml" "libyaml"
"mas"
"openssl" "openssl"
"wxwidgets" "wxwidgets"
"schpet/tap/linear" "schpet/tap/linear"
@ -85,5 +87,10 @@
"tailscale" "tailscale"
"unnaturalscrollwheels" "unnaturalscrollwheels"
]; ];
masApps = {
Things = 904280696;
"Hand Mirror" = 1502839586;
};
}; };
} }

View file

@ -1,5 +1,19 @@
{ ... }: { ... }:
{ {
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 = { homebrew = {
casks = [ casks = [
"discord" "discord"