зеркало из
https://github.com/iharh/notes.git
synced 2025-11-02 22:56:09 +02:00
19 строки
574 B
Plaintext
19 строки
574 B
Plaintext
2024
|
|
Vimjoyer - Is NixOS The Best Gaming Distro | Linux Gaming Setup of 8:36
|
|
https://www.youtube.com/watch?v=qlfm3MEbqYA
|
|
hardware.opengl = {
|
|
enable = true;
|
|
driSupport = true;
|
|
driSupport32Bit = true;
|
|
};
|
|
services.xserver.videoDrivers = ["amdgpu"];
|
|
|
|
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
|
outputs = { self, nixpkgs, nixos-hardware }: {
|
|
nixosConfigurations.<your-hostname> = nixpkgs.lin.nixosSystem {
|
|
modules = [
|
|
nixos-hardware.nixosModules.dell-xps-13-9380
|
|
];
|
|
};
|
|
};
|