aboutsummaryrefslogtreecommitdiff
path: root/nixos/nvim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/nvim.nix')
-rw-r--r--nixos/nvim.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/nvim.nix b/nixos/nvim.nix
index 1a38a86..ffcbc26 100644
--- a/nixos/nvim.nix
+++ b/nixos/nvim.nix
@@ -1,6 +1,5 @@
-{ config, pkgs, ... }:
-let unstable = import <nixos-unstable> { config.allowUnfree = true; };
-in {
+{ config, pkgs, unstable, ... }:
+{
environment.systemPackages = with pkgs; [
unstable.neovim