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