feat(home): Temporary - keep tools nvim needs

This commit is contained in:
punkfairie 2024-11-17 16:32:59 -08:00
parent d2a20ab153
commit 71e79fbcae
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -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;