mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
fmt
This commit is contained in:
parent
e7002d95ab
commit
2e6dc90396
4 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
uuids = import ./vars-uuids.nix;
|
||||
in
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver # LIBVA_DRIVER_NAME=iHD
|
||||
vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
|
||||
vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
|
|
2
sway.nix
2
sway.nix
|
@ -39,7 +39,7 @@ in
|
|||
|
||||
|
||||
extraSessionCommands =
|
||||
''
|
||||
''
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue