diff options
author | Karel Kočí <cynerd@email.cz> | 2016-12-28 16:37:18 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-12-28 16:37:18 +0100 |
commit | 64e557a8b97c4975c25cf5bd12fa3bb51fb38756 (patch) | |
tree | 23ce66a37d3964f271dda29811b3791b084dcc60 /archlinux.pkgs.d/cynerd-pc | |
parent | f2f8cf509625c427b07bf52f749df9e1aef45799 (diff) | |
download | myconfigs-64e557a8b97c4975c25cf5bd12fa3bb51fb38756.tar.gz myconfigs-64e557a8b97c4975c25cf5bd12fa3bb51fb38756.tar.bz2 myconfigs-64e557a8b97c4975c25cf5bd12fa3bb51fb38756.zip |
Rewrite arch packages little bit
List of expected packages is now generated using m4 language.
Diffstat (limited to 'archlinux.pkgs.d/cynerd-pc')
-rw-r--r-- | archlinux.pkgs.d/cynerd-pc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archlinux.pkgs.d/cynerd-pc b/archlinux.pkgs.d/cynerd-pc new file mode 100644 index 0000000..ae5d2f7 --- /dev/null +++ b/archlinux.pkgs.d/cynerd-pc @@ -0,0 +1,17 @@ +dnl vim:ft=m4 +dnl My asus laptop specific stuff +include(laptop) +include(openrc) +include(devel) +include(steam) +include(wine) + +asus-kbd-backlight +intel-ucode +virtualgl-openrc +lib32-nvidia-utils +xf86-input-synaptics +xf86-video-intel + +dnl steam controller user driver +sc-controller |