From c3a51a524adacf656d499c3a5a55002016cdb3cb Mon Sep 17 00:00:00 2001 From: Asmir A Date: Fri, 27 Oct 2023 12:40:04 +0200 Subject: [PATCH] home-manager/nvim: remove settings from home.nix --- home/home.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/home/home.nix b/home/home.nix index f1e3731..aa0bbcb 100644 --- a/home/home.nix +++ b/home/home.nix @@ -5,9 +5,7 @@ inputs, ... }: -with lib; let - vimrc = import ./vimrc.nix {inherit pkgs vimUtils fetchFromGitHub;}; -in { +with lib; { imports = [./zsh.nix ./i3status-rust.nix ./sway.nix ./i3.nix ./home_packages.nix ./whatsapp-for-linux.nix]; home.stateVersion = "22.11"; @@ -172,15 +170,6 @@ in { }; }; - neovim = { - enable = true; - vimAlias = true; - vimdiffAlias = true; - plugins = vimrc.plugins; - extraConfig = ""; - extraPackages = vimrc.extraPackages; - }; - obs-studio = { enable = true; plugins = with pkgs.obs-studio-plugins; [obs-vkcapture input-overlay obs-multi-rtmp obs-pipewire-audio-capture wlrobs obs-vaapi]; @@ -191,11 +180,6 @@ in { zsh.enable = true; }; - xdg.configFile."nvim/init.lua" = { - source = ./vimrc.lua; - recursive = true; - }; - services = { lorri.enable = false; mako.enable = true;