test vulkan hdr layer

This commit is contained in:
mjallen18
2024-02-13 16:56:08 -06:00
parent 0aecf73183
commit cd820acf44
4 changed files with 72 additions and 10 deletions

View File

@@ -1,4 +1,10 @@
{ pkgs, ... }: {
{ pkgs, ... }:
let
vulkan-hdr-layer = import ./vulkan-hdr-layer.nix { inherit (pkgs) lib stdenv fetchFromGitHub meson pkg-config vulkan-loader ninja writeText vulkan-headers vulkan-utility-libraries jq wayland; libX11 = pkgs.xorg.libX11; libXrandr = pkgs.xorg.libXrandr; libxcb = pkgs.xorg.libxcb; };
in
{
home.username = "matt";
home.homeDirectory = "/home/matt";
@@ -14,6 +20,11 @@
userEmail = "matt.l.jallen@gmail.com";
};
home.packages = [
# Other packages
vulkan-hdr-layer
];
# custom systemd services
systemd.user.services.fix-wifi = {
Unit = {