Files
system-config/home-manager/features/image-editing.nix

8 lines
78 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
gimp3
inkscape
];
}