mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-11 09:21:20 +01:00
d9cc57dc10
This commit puts all the KDE stuff together in one directory. There are a lot of extra packages that I may remove in the future, but this works just fine for now.
13 lines
324 B
Bash
13 lines
324 B
Bash
#!/bin/sh
|
|
#
|
|
# There are lots of programs written in Qt. These programs play
|
|
# really well with KDE Plasma. HiDPI support by default is a
|
|
# nice thing to have.
|
|
#
|
|
# https://wiki.archlinux.org/index.php/Qt
|
|
|
|
set -xe
|
|
|
|
sudo pacman -S obs-studio # Screen recording software
|
|
sudo pacman -S baka-mplayer # mpv with a GUI
|