diff --git a/common/desktop/home.nix b/common/desktop/home.nix index ede96f20..137694a0 100644 --- a/common/desktop/home.nix +++ b/common/desktop/home.nix @@ -97,9 +97,9 @@ in xdg.autoStart = { packages = with pkgs; [ element-desktop + signal-desktop firefox discord - obsidian ]; }; diff --git a/common/hm-modules/nvim/default.nix b/common/hm-modules/nvim/default.nix index 1d888423..9b3695d8 100644 --- a/common/hm-modules/nvim/default.nix +++ b/common/hm-modules/nvim/default.nix @@ -76,6 +76,11 @@ with lib; }; }; + # codecompanion = { + # enable = true; + # + # }; + vimwiki = { enable = true; settings = { diff --git a/common/hm-modules/nvim/keybinds.nix b/common/hm-modules/nvim/keybinds.nix index d710e5b3..f36cf0ff 100644 --- a/common/hm-modules/nvim/keybinds.nix +++ b/common/hm-modules/nvim/keybinds.nix @@ -59,6 +59,11 @@ key = "fr"; action = ":Telescope frecency"; } + { + mode = "n"; + key = "zf"; + action = ":Telescope spell_suggest"; + } # { # mode = "n"; #key = "ob"; diff --git a/nixos/hosts/olympus/mailserver/configuration.nix b/nixos/hosts/olympus/mailserver/configuration.nix index c434d166..efff9fbf 100644 --- a/nixos/hosts/olympus/mailserver/configuration.nix +++ b/nixos/hosts/olympus/mailserver/configuration.nix @@ -102,7 +102,6 @@ in { }; }; services = { - postfix.relayHost = "smtp.ziggozakelijk.nl"; postfix.relayPort = 587;