mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31: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
|
||||
];
|
||||
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (pkgs.lib.getName pkg) [
|
||||
"steam"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue