Skip to content

Commit

Permalink
Hmmm, using PR's commit does not fix SteamVR either: NixOS/nixpkgs#35…
Browse files Browse the repository at this point in the history
  • Loading branch information
LuNeder committed Oct 29, 2024
1 parent 692153d commit b4174da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Luana-X670E/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
environment.systemPackages = [
pkgs.curl
pkgs.git
pkgs.jdk22
pkgs.jdk23
# pkgs.pkgsOld.authy
pkgs.bitwarden-desktop
pkgs.libsecret
Expand Down Expand Up @@ -241,7 +241,7 @@
pkgs.quickemu
# pkgs.quickgui # broken
pkgs.yt-dlp
pkgs.handbrake
# pkgs.handbrake # TODO: reenable, broken on staging-next
pkgs.niri
pkgs.xwayland
pkgs.jitsi-meet-electron
Expand Down Expand Up @@ -682,11 +682,11 @@
# services.transmission.enable = true;

# VirtualBox
virtualisation.virtualbox.host.enable = true;
#virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "luana" ];
virtualisation.virtualbox.host.enableExtensionPack = true;
#virtualisation.virtualbox.host.enableExtensionPack = true;
# virtualisation.virtualbox.host.enableKvm = true; ##
virtualisation.virtualbox.host.enableHardening = false;
#virtualisation.virtualbox.host.enableHardening = false;
# virtualisation.virtualbox.host.addNetworkInterface = false;

programs.virt-manager.enable = true;
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
];
};
inputs = { nixpkgs.url = "github:LuNeder/nixpkgs/nixos-unstable"; # TODO: go back to upstream when NixOS/nixpkgs#351928 merged
inputs = { nixpkgs.url = "github:K900/nixpkgs/awful-steamage"; # TODO: go back to upstream when NixOS/nixpkgs#351928 merged
pkgs-old.url = "github:nixos/nixpkgs/nixos-23.11";
pkgs-mndvlknlyrs.url = "github:Scrumplex/nixpkgs/nixos/monado/vulkan-layers"; # TODO: remove when merged
pkgs-alvr.url = "github:jopejoe1/nixpkgs/alvr-src"; # TODO: remove when merged
Expand Down

0 comments on commit b4174da

Please sign in to comment.