2: Testing alternate Intel Graphics config and added DepartureMono nerd font
This commit is contained in:
parent
e7e7b21bfe
commit
52fbfc1e2a
@ -15,11 +15,11 @@ in {
|
|||||||
# Enable OpenGL
|
# Enable OpenGL
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = with pkgs; [
|
# extraPackages = with pkgs; [
|
||||||
intel-media-sdk
|
# intel-media-sdk
|
||||||
intel-ocl
|
# intel-ocl
|
||||||
intel-compute-runtime
|
# intel-compute-runtime
|
||||||
];
|
# ];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
@ -4,5 +4,6 @@
|
|||||||
nerd-fonts.jetbrains-mono
|
nerd-fonts.jetbrains-mono
|
||||||
nerd-fonts.caskaydia-cove
|
nerd-fonts.caskaydia-cove
|
||||||
nerd-fonts._3270
|
nerd-fonts._3270
|
||||||
|
nerd-fonts.departure-mono
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user