mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Friendship ended with NEOVIM Now KAKOUNE is my best friend
This commit is contained in:
parent
d92f0c182e
commit
6f255a60f0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ in {
|
||||||
nix.gc.automatic = lib.mkDefault true;
|
nix.gc.automatic = lib.mkDefault true;
|
||||||
nix.gc.options = lib.mkDefault "--delete-older-than 1w";
|
nix.gc.options = lib.mkDefault "--delete-older-than 1w";
|
||||||
nix.trustedUsers = [ "root" "@wheel" ];
|
nix.trustedUsers = [ "root" "@wheel" ];
|
||||||
environment.variables.EDITOR = "neovim";
|
environment.variables.EDITOR = "kak";
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.ports = lib.mkDefault [ 62954 ];
|
services.openssh.ports = lib.mkDefault [ 62954 ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue