about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r--hosts/configuration.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 4b85fda..738867d 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -42,8 +42,6 @@
     extraGroups = [ "wheel" "audio" "video" ]; # Enable ‘sudo’ for the user.
   };
 
-  #nixpkgs.config.allowUnfree = true;
-
   environment.variables = {
     TERMINAL = "st";
     EDITOR = "nvim";
@@ -70,14 +68,15 @@
     pciutils
     gnupg
     git-crypt
+    neovim
   ];
 
-  programs.neovim = {
+  /*programs.neovim = {
     enable = true;
     viAlias = true;
     vimAlias = true;
-    #  plugins = with pkgs.vimPlugins; [vim-addon-nix youcompleteme];
-  };
+    plugins = with pkgs.vimPlugins; [vim-addon-nix youcompleteme];
+    };*/
 
   # Some programs need SUID wrappers, can be configured further or are
   # started in user sessions.