double libvdpau
This commit is contained in:
parent
4317ca65bd
commit
f5500cac36
|
@ -136,7 +136,6 @@ SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"342d\", ATTRS{idProduct}==\"dfa0\", TAG+
|
||||||
"hyprland"
|
"hyprland"
|
||||||
"mesa"
|
"mesa"
|
||||||
"mesa-utils"
|
"mesa-utils"
|
||||||
"libvdpau"
|
|
||||||
"android-udev-rules"
|
"android-udev-rules"
|
||||||
"adb"
|
"adb"
|
||||||
"fastboot"
|
"fastboot"
|
||||||
|
@ -147,6 +146,7 @@ SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"342d\", ATTRS{idProduct}==\"dfa0\", TAG+
|
||||||
"intel-vaapi-driver"
|
"intel-vaapi-driver"
|
||||||
"libvdpau"
|
"libvdpau"
|
||||||
"libvdpau-va-gl"
|
"libvdpau-va-gl"
|
||||||
|
"xf86-input-libinput"
|
||||||
"emacs-next-pgtk"))
|
"emacs-next-pgtk"))
|
||||||
%base-packages))
|
%base-packages))
|
||||||
|
|
||||||
|
@ -275,7 +275,7 @@ SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"342d\", ATTRS{idProduct}==\"dfa0\", TAG+
|
||||||
(host-name "narnia")
|
(host-name "narnia")
|
||||||
|
|
||||||
;; Additional kernel modules
|
;; Additional kernel modules
|
||||||
;; (kernel-loadable-modules (list v4l2loopback-linux-module))
|
(kernel-loadable-modules (list v4l2loopback-linux-module))
|
||||||
|
|
||||||
;; The list of user accounts ('root' is implicit).
|
;; The list of user accounts ('root' is implicit).
|
||||||
(users (cons* (user-account
|
(users (cons* (user-account
|
||||||
|
@ -283,7 +283,14 @@ SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"342d\", ATTRS{idProduct}==\"dfa0\", TAG+
|
||||||
(comment "Chris")
|
(comment "Chris")
|
||||||
(group "users")
|
(group "users")
|
||||||
(home-directory "/home/chris")
|
(home-directory "/home/chris")
|
||||||
(supplementary-groups '("wheel" "netdev" "tty" "audio" "video" "adbusers")))
|
(supplementary-groups '("wheel"
|
||||||
|
"netdev"
|
||||||
|
"tty"
|
||||||
|
"input"
|
||||||
|
"lp"
|
||||||
|
"audio"
|
||||||
|
"video"
|
||||||
|
"adbusers")))
|
||||||
%base-user-accounts))
|
%base-user-accounts))
|
||||||
|
|
||||||
(sudoers-file etc-sudoers-config)
|
(sudoers-file etc-sudoers-config)
|
||||||
|
|
Loading…
Reference in a new issue