feat(binto): add nix gaming with lowL pipewire plus switch to xanmod

This commit is contained in:
matt1432 2023-10-17 19:10:54 -04:00
parent b8c5d1d0c7
commit 05ab0ea83a
6 changed files with 95 additions and 8 deletions

View file

@ -11,6 +11,7 @@
../../modules/printer.nix
./modules/nvidia.nix
./modules/nix-gaming.nix
];
networking = {

View file

@ -2,7 +2,7 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_xanmod_latest;
kernelModules = [ "kvm-amd" ];
extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback

View file

@ -0,0 +1,7 @@
# configuration.nix
{
nix.settings = {
substituters = ["https://nix-gaming.cachix.org"];
trusted-public-keys = ["nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="];
};
}