From 3198c5def656faf6191a62af9397bba1c1f116f2 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Wed, 8 May 2024 16:05:58 +0800 Subject: [PATCH] feat: backup --- flake.nix | 1 - modules/neovim.nix | 3 +++ yadunut-mbp/home.nix | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d252584..5dca2aa 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,6 @@ nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - modules = [ ./falcon-nixos/configuration.nix agenix.nixosModules.default diff --git a/modules/neovim.nix b/modules/neovim.nix index 4ed6403..428399f 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -8,4 +8,7 @@ # extraLuaConfig = '' ''; # extraPackages = [ ]; }; + home.packages = [ + pkgs.nil + ]; } diff --git a/yadunut-mbp/home.nix b/yadunut-mbp/home.nix index e5f1574..d6afbdf 100644 --- a/yadunut-mbp/home.nix +++ b/yadunut-mbp/home.nix @@ -32,6 +32,7 @@ pkgs.typst pkgs.typst-lsp pkgs.lazygit + pkgs.jq # Neovim deps # pkgs.texlab