diff --git a/homes/x86_64-linux/marley@nyx/default.nix b/homes/x86_64-linux/marley@nyx/default.nix index c503861..cf3551a 100644 --- a/homes/x86_64-linux/marley@nyx/default.nix +++ b/homes/x86_64-linux/marley@nyx/default.nix @@ -1,4 +1,9 @@ -{ lib, namespace, ... }: +{ + lib, + namespace, + pkgs, + ... +}: let inherit (lib.${namespace}) enabled; in @@ -7,6 +12,14 @@ in targets.genericLinux = enabled; + # TODO: Move this to a dev shell + home.packages = with pkgs; [ + nixfmt-rfc-style + nil + statix + manix + ]; + ${namespace} = { isDesktop = true;