nixfmt
This commit is contained in:
@@ -27,24 +27,20 @@
|
||||
|
||||
home-manager = { users = { "k" = import ./home.nix; }; };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
microcodeIntel
|
||||
];
|
||||
environment.systemPackages = with pkgs; [ microcodeIntel ];
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-compute-runtime
|
||||
intel-media-driver
|
||||
vaapiIntel
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
vpl-gpu-rt
|
||||
];
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-compute-runtime
|
||||
intel-media-driver
|
||||
vaapiIntel
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
vpl-gpu-rt
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
services.xserver.videoDrivers = ["intel"];
|
||||
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
||||
Reference in New Issue
Block a user