remove manual hdr layer

This commit is contained in:
mjallen18
2024-02-13 17:10:31 -06:00
parent cd820acf44
commit 37540f1ef4
2 changed files with 2 additions and 42 deletions

View File

@@ -1,10 +1,5 @@
{ 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
{
# Matt home.nix
{ pkgs, ... }: {
home.username = "matt";
home.homeDirectory = "/home/matt";
@@ -22,7 +17,6 @@ in
home.packages = [
# Other packages
vulkan-hdr-layer
];
# custom systemd services