mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
11 lines
172 B
Bash
11 lines
172 B
Bash
#!/bin/sh
|
|
#
|
|
# Krita is the standard painting program. It has excellent
|
|
# support for KDE and supports HiDPI out of the box.
|
|
#
|
|
# https://krita.org
|
|
|
|
set -xe
|
|
|
|
pacman -S krita
|