mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: hyprland is back
This commit is contained in:
parent
673315ac65
commit
e7e33f90b1
52 changed files with 1695 additions and 1695 deletions
|
|
@ -20,22 +20,7 @@ in {
|
|||
monadoEnvironment = {
|
||||
XRT_COMPOSITOR_COMPUTE = "1";
|
||||
};
|
||||
package = pkgs.wivrn.overrideAttrs (_old: rec {
|
||||
cudaSupport = true;
|
||||
#version = "84e5203be3019278925ac03708567f2982360f8a";
|
||||
#src = pkgs.fetchFromGitHub {
|
||||
# owner = "notpeelz";
|
||||
# repo = "WiVRn";
|
||||
# rev = version;
|
||||
# # This will throw an error when evaluating and give you the correct hash - put that here
|
||||
# hash = "sha256-2s3j6vRtIRf6x+lQPobcuT1vzlCh1lMA54EUiCnxoFI=";
|
||||
#};
|
||||
#cmakeFlags =
|
||||
# old.cmakeFlags
|
||||
# ++ [
|
||||
# (lib.cmakeBool "WIVRN_FEATURE_SOLARXR" true)
|
||||
# ];
|
||||
});
|
||||
package = pkgs.wivrn;
|
||||
defaultRuntime = true;
|
||||
config = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue