2: Testing alternate Intel Graphics config and added DepartureMono nerd font

This commit is contained in:
uzy lol 2025-01-02 22:39:49 -08:00
parent e7e7b21bfe
commit 52fbfc1e2a
2 changed files with 6 additions and 5 deletions

View File

@ -15,11 +15,11 @@ in {
# Enable OpenGL
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-sdk
intel-ocl
intel-compute-runtime
];
# extraPackages = with pkgs; [
# intel-media-sdk
# intel-ocl
# intel-compute-runtime
# ];
};
environment.systemPackages = with pkgs; [

View File

@ -4,5 +4,6 @@
nerd-fonts.jetbrains-mono
nerd-fonts.caskaydia-cove
nerd-fonts._3270
nerd-fonts.departure-mono
];
}