ooknet/home/ooks/opt/desktop/standard/wayland/gimp.nix

4 lines
51 B
Nix

{ pkgs }: {
home.packages = with pkgs; [gimp];
}