From 5cc7995f7df666b24a4dd10feffc2c25472a23dc Mon Sep 17 00:00:00 2001 From: Ren Lawrence Lin <70042943+KaitoTLex@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:10:07 -0700 Subject: [PATCH] Update configuration.nix --- configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index d30733d..c969f01 100644 --- a/configuration.nix +++ b/configuration.nix @@ -6,11 +6,6 @@ pkgs, ... }: -let - nixvim = import (builtins.fetchGit { - url = "https://github.com/nix-community/nixvim"; - }); -in { imports = [ # Include the results of the hardware scan. @@ -132,7 +127,6 @@ in }; programs.fish.enable = true; - programs.nixvim.enable = true; users.users.kaitotlex.shell = pkgs.fish; # Some programs need SUID wrappers, can be configured further or are