Compare commits

...

2 commits

Author SHA1 Message Date
xqtc d0bef4c9f8 some cleanup for beleth 2024-08-06 13:06:59 +02:00
xqtc bcd2907c35 treesitter install all parsers by default 2024-08-06 13:02:52 +02:00
2 changed files with 9 additions and 6 deletions

View file

@ -122,6 +122,9 @@
folding = true;
indent = true;
nixvimInjections = true;
settings = {
ensure_installed = "all";
};
};
treesitter-refactor = {
enable = true;

View file

@ -196,13 +196,13 @@ with lib; {
# Enable the OpenSSH daemon.
services.openssh.enable = true;
programs.ssh.extraConfig = ''
Host frotting
HostName 2a0f:be01:0:100::a3
User communism
'';
# programs.ssh.extraConfig = ''
# Host frotting
# HostName 2a0f:be01:0:100::a3
# User communism
# '';
services.mullvad-vpn.enable = true;
# services.mullvad-vpn.enable = true;
# Open ports in the firewall.
networking.nftables.enable = true;