Fix the default editor

This commit is contained in:
SebastianStork 2024-04-27 23:45:37 +02:00
parent 57f038fc7f
commit c2d7fea1fb

View file

@ -40,6 +40,8 @@
pkgs.neovim
];
environment.variables.EDITOR = "nvim";
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (pkgs.lib.getName pkg) [
"steam"