12 lines
158 B
Nix
12 lines
158 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
home-manager
|
|
cachix
|
|
nixfmt-rfc-style
|
|
nil
|
|
statix
|
|
deadnix
|
|
npins
|
|
];
|
|
}
|