mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Fix the default editor
This commit is contained in:
parent
57f038fc7f
commit
c2d7fea1fb
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@
|
||||||
pkgs.neovim
|
pkgs.neovim
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (pkgs.lib.getName pkg) [
|
builtins.elem (pkgs.lib.getName pkg) [
|
||||||
"steam"
|
"steam"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue