Files
cnix/nixos/opt/workstation/default.nix
cnst c08012466e ??
2024-08-02 18:48:27 +02:00

7 lines
117 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
gimp-with-plugins
inkscape-with-extensions
];
}