update defaults
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user