diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-13 19:39:09 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-05-13 19:39:09 +0200 |
| commit | d409a2885812f877e35e25a8919a2951cd68054e (patch) | |
| tree | 38fa24f4c930a2ad766ed98da1a9a3ec3561b399 | |
| parent | e934c3e5032c0437c0aae3c626b23ed5b1eceb50 (diff) | |
nix fmt
| -rw-r--r-- | home-modules/apps/nvim/default.nix | 11 | ||||
| -rw-r--r-- | services/continuwuity.nix | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/home-modules/apps/nvim/default.nix b/home-modules/apps/nvim/default.nix index 4c77646..f59fc22 100644 --- a/home-modules/apps/nvim/default.nix +++ b/home-modules/apps/nvim/default.nix @@ -32,12 +32,13 @@ in # coc.enable = false; }; - home.file = lib.mkIf config.homeapps.nvim.lsp { + home.file = lib.mkIf config.homeapps.nvim.lsp { "./.config/nvim/lua/wilkuu/nix.lua".text = config.homeapps.nvim.lsp '' - return { - vue_ts_plugin = "${lib.getBin vue_ls}/lib/node_modules/@vue/language-server/node_modules/@vue/typescript-plugin/" - } - '';}; + return { + vue_ts_plugin = "${lib.getBin vue_ls}/lib/node_modules/@vue/language-server/node_modules/@vue/typescript-plugin/" + } + ''; + }; home.sessionPath = [ "/home/wilkuu/.npm/bin/" diff --git a/services/continuwuity.nix b/services/continuwuity.nix index 31974fa..04b78ed 100644 --- a/services/continuwuity.nix +++ b/services/continuwuity.nix @@ -59,7 +59,7 @@ in allow_federation = cfg.allowFederation; trusted_servers = cfg.trustedServers; - ip_lookup_strategy = 4; + ip_lookup_strategy = 4; # Host the server on a unix-socket and use nginx to connect to that socket. address = null; |
