nix/system/modules/nix-meta.nix
atagen 7485de646a current
linted
2025-02-02 17:07:42 +11:00

11 lines
148 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
home-manager
cachix
nixfmt-rfc-style
nil
statix
deadnix
];
}