update defaults

This commit is contained in:
mjallen18
2024-03-03 11:36:15 -06:00
parent a7b2463555
commit 58583a838e
6 changed files with 510 additions and 78 deletions

View File

@@ -1,14 +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 {
{
home.username = "matt";
home.homeDirectory = "/home/matt";
@@ -47,8 +38,10 @@ in {
etcher
freerdp
neofetch
gamescope
gamescope-wsi
# gamescope # using chaotic git version
# gamescope-wsi # using chaotic git version
gamescope_git
gamescope-wsi_git
mangohud
goverlay
heroic
@@ -57,7 +50,5 @@ in {
orca-slicer
nixfmt
deadnix
# Other packages
vulkan-hdr-layer
];
}