bup
This commit is contained in:
@@ -122,21 +122,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
# Enable shell integrations (Home Manager will add the 'init' scripts)
|
||||
enableZshIntegration = true;
|
||||
|
||||
# Settings go directly here; they will be written to ~/.config/atuin/config.toml
|
||||
settings = {
|
||||
# auto_sync = true;
|
||||
# sync_address = "https://api.atuin.sh";
|
||||
# sync_frequency = "5m";
|
||||
search_mode = "fuzzy";
|
||||
# filter_mode_shell_up_key_binding = "directory";
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
# Points to the Homebrew location mentioned in your caveat
|
||||
ANDROID_HOME = "/opt/homebrew/share/android-commandlinetools";
|
||||
@@ -155,6 +140,8 @@
|
||||
home.file.".config/1Password/ssh/agent.toml".source = ./config.agent.toml;
|
||||
xdg.configFile."opencode/opencode.jsonc".source = config.lib.file.mkOutOfStoreSymlink "/Users/matthew.bessette/nixos/config.opencode.jsonc";
|
||||
|
||||
programs.tmux.enable = true;
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user