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 # 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; [

View File

@ -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
]; ];
} }