This commit is contained in:
Osman Faruk Bayram 2025-04-25 02:27:40 +03:00
parent b62aafcfad
commit 6feb65635d

View file

@ -48,6 +48,11 @@
bat bat
]; ];
environment.variables = {
EDITOR = "nvim";
VISUAL = "nvim";
};
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.