mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-31 18:09:15 +01:00
10 lines
109 B
Nix
10 lines
109 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
nil
|
|
nixfmt
|
|
nixos-generators
|
|
];
|
|
}
|