Files

7 lines
81 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
inkscape
];
}