From 71e79fbcaee1da6aae5f8a59671b6b183045d101 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 17 Nov 2024 16:32:59 -0800 Subject: [PATCH] feat(home): Temporary - keep tools nvim needs --- homes/x86_64-linux/marley@nyx/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/homes/x86_64-linux/marley@nyx/default.nix b/homes/x86_64-linux/marley@nyx/default.nix index 2b98049..d3b2f56 100644 --- a/homes/x86_64-linux/marley@nyx/default.nix +++ b/homes/x86_64-linux/marley@nyx/default.nix @@ -1,5 +1,6 @@ { lib, + pkgs, ... }: let @@ -10,6 +11,14 @@ in targets.genericLinux = enabled; + # FIXME: Remove this once nvim is set up + home.packages = with pkgs; [ + nixfmt-rfc-style + nil + statix + manix + ]; + marleyos = { isDesktop = true;