mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-08 23:19:58 +01:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
|
#!/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
|