Compare commits

..
2 Commits
Author SHA1 Message Date
christoph d0e6fe072a Home/Darwinix: Disable keychain 2026-03-21 14:34:13 +01:00
christoph 86ea11c8e8 Modules/Fish: Add darwin rebuild abbr 2026-03-21 14:34:06 +01:00
2 changed files with 3 additions and 8 deletions
+1 -8
View File
@@ -332,13 +332,6 @@
enableFishIntegration = config.homemodules.fish.enable; enableFishIntegration = config.homemodules.fish.enable;
}; };
keychain = {
enable = true;
enableFishIntegration = config.homemodules.fish.enable;
enableXsessionIntegration = false;
keys = ["id_ed25519"];
};
navi = { navi = {
enable = true; enable = true;
enableFishIntegration = config.homemodules.fish.enable; enableFishIntegration = config.homemodules.fish.enable;
@@ -351,7 +344,7 @@
matchBlocks = { matchBlocks = {
"*" = { "*" = {
forwardAgent = false; forwardAgent = false;
addKeysToAgent = "no"; addKeysToAgent = "yes";
compression = true; compression = true;
serverAliveInterval = 0; serverAliveInterval = 0;
serverAliveCountMax = 3; serverAliveCountMax = 3;
+2
View File
@@ -55,7 +55,9 @@ in {
in in
lib.mkMerge [ lib.mkMerge [
{ {
rebuild = "sudo darwin-rebuild switch --flake .#darwinix";
} }
(abbrify pkgs.nix-search-tv {search = "nix-search-tv print --indexes 'darwin,home-manager,nixpkgs,nur' | fzf --preview 'nix-search-tv preview {}' --scheme history";}) (abbrify pkgs.nix-search-tv {search = "nix-search-tv print --indexes 'darwin,home-manager,nixpkgs,nur' | fzf --preview 'nix-search-tv preview {}' --scheme history";})
]; ];
}) })