From f1d4ffd261fc86cb258c315b688e6fa11206db33 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 16 Mar 2024 15:27:40 +0100 Subject: [PATCH] magpie: add nvim overylan and package --- magpie/configuration.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/magpie/configuration.nix b/magpie/configuration.nix index b31f0fc..50bc45d 100644 --- a/magpie/configuration.nix +++ b/magpie/configuration.nix @@ -4,6 +4,8 @@ lib, project-cloud, goatcounter, + nvim, + system, ... }: { imports = []; @@ -11,6 +13,8 @@ nix.optimise.automatic = true; nix.settings.experimental-features = ["nix-command" "flakes"]; + nixpkgs.overlays = [ nvim.overlays.${system}.overlay ]; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.configurationLimit = 2; @@ -30,14 +34,15 @@ ]; environment.systemPackages = with pkgs; [ - alejandra curl fd file fzf fzy git + goatcounter.packages.aarch64-linux.goatcounter htop-vim + nvim pciutils tig tmux @@ -45,15 +50,9 @@ usbutils wget zip - goatcounter.packages.aarch64-linux.goatcounter ]; programs.mosh.enable = true; - programs.neovim = { - enable = true; - vimAlias = true; - viAlias = true; - }; mailserver = { enable = true;