hardware drivers
Something is off with intel-vaapi-driver or intel-media-driver? I'm not sure what's going on but I have no hardware acceleration happening on intel integrated graphics
This commit is contained in:
parent
dbd9cb6bad
commit
2f8607f1a3
2 changed files with 10 additions and 5 deletions
|
@ -170,6 +170,7 @@ SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"342d\", ATTRS{idProduct}==\"dfa0\", TAG+
|
|||
#:groups '("adbusers"))
|
||||
(udev-rules-service 'qmk qmk-udev-rules)
|
||||
|
||||
;;(service seatd-service-type)
|
||||
(service nix-service-type)
|
||||
|
||||
(service screen-locker-service-type
|
||||
|
|
|
@ -65,8 +65,9 @@
|
|||
"mpv-mpris"
|
||||
"libva"
|
||||
"libva-utils"
|
||||
"libvdpau"
|
||||
"libvdpau-va-gl"
|
||||
"neofetch"
|
||||
;; "libvdpau"
|
||||
;; "libvdpau-va-gl"
|
||||
"libvpx"
|
||||
"yt-dlp"
|
||||
"python"
|
||||
|
@ -286,7 +287,8 @@
|
|||
(guix-defaults? #t)
|
||||
(aliases '(("grep" . "grep --color=auto")
|
||||
("gh" . "guix home -L ~/dotfiles/guix reconfigure ~/dotfiles/guix/home.scm")
|
||||
("gs" . "sudo guix system -L /home/chris/dotfiles/guix reconfigure /home/chris/dotfiles/guix/$(hostname).scm")))
|
||||
("gs" . "sudo guix system -L /home/chris/dotfiles/guix reconfigure /home/chris/dotfiles/guix/$(hostname).scm")
|
||||
("ytd" . "yt-dlp -o \\\"~/vids/%(title)s.%(ext)s\\\" $1")))
|
||||
(bashrc (list (plain-file "blesh" "source $HOME/.guix-home/profile/share/blesh/ble.sh")
|
||||
(plain-file "home-manager" "source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh")
|
||||
;;These need to be here so they are at the bottom and therefore after guix-defaults
|
||||
|
@ -325,7 +327,7 @@
|
|||
("ec" . "emacsclient -t")
|
||||
("ecc" . "emacsclient -c")
|
||||
("mkdir" . "mkdir -p")
|
||||
("ytd" . "yt-dlp -o \\\"~/Videos/%(title)s.%(ext)s\\\" $1")))
|
||||
("ytd" . "yt-dlp -o \\\"~/vids/%(title)s.%(ext)s\\\" $1")))
|
||||
(config (list
|
||||
;; (plain-file "home-manager" "fenv source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh")
|
||||
(plain-file "direnv" "direnv hook fish | source")
|
||||
|
@ -367,7 +369,7 @@ gtk-menu-images=true
|
|||
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module:appmenu-gtk-module
|
||||
gtk-primary-button-warps-slider=true
|
||||
gtk-shell-shows-menubar=1
|
||||
gtk-theme-name=Breeze
|
||||
gtk-theme-name=Snazzy
|
||||
gtk-toolbar-style=3
|
||||
#gtk-xft-dpi=98304
|
||||
"))
|
||||
|
@ -450,6 +452,7 @@ Inherits=phinger-cursors-light
|
|||
("image/jpeg" . "imv-rifle.desktop")
|
||||
("image/heif" . "imv-rifle.desktop")
|
||||
("image/png" . "imv-rifle.desktop")
|
||||
("image/webp" . "imv-rifle.desktop")
|
||||
("audio/vorbis" . "mpv-slow.desktop")
|
||||
("audio/mp3" . "mpv-slow.desktop")
|
||||
("audio/flac" . "mpv-slow.desktop")
|
||||
|
@ -479,6 +482,7 @@ Inherits=phinger-cursors-light
|
|||
("image/jpeg" . "imv-rifle.desktop")
|
||||
("image/heif" . "imv-rifle.desktop")
|
||||
("image/png" . "imv-rifle.desktop")
|
||||
("image/webp" . "imv-rifle.desktop")
|
||||
("audio/vorbis" . "mpv-slow.desktop")
|
||||
("audio/mp3" . "mpv-slow.desktop")
|
||||
("audio/flac" . "mpv-slow.desktop")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue