Fix all deprecation warnings and rename issues

- Reverted mysql back to mysql (mariadb was incorrect)
- Fixed isoImage.isoName -> image.fileName
- Fixed VSCode extensions/userSettings -> profiles.default.*
- Fixed Kitty theme -> themeFile
- Fixed Mako options -> settings structure
- Fixed GPG agent pinentryPackage -> pinentry.package
- Fixed hardware.pulseaudio -> services.pulseaudio
- Fixed hardware.opengl -> hardware.graphics
- Fixed nixos user password conflicts with mkForce
This commit is contained in:
theArctesian
2025-09-29 19:02:15 -07:00
parent 9003518509
commit c79119dfe6
6 changed files with 22 additions and 15 deletions

View File

@@ -224,8 +224,8 @@ in
powerOnBoot = true;
};
# OpenGL support
opengl = {
# Graphics support
graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver

View File

@@ -21,11 +21,11 @@ with lib;
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# OpenGL/Graphics
opengl = {
# Graphics support
graphics = {
enable = true;
# Common OpenGL packages
# Common graphics packages
extraPackages = with pkgs; [
intel-media-driver # Intel VAAPI
vaapiIntel

View File

@@ -139,7 +139,7 @@ in
};
# VS Code theme
programs.vscode.userSettings = {
programs.vscode.profiles.default.userSettings = {
"workbench.colorTheme" = "Tokyo Night";
"editor.tokenColorCustomizations" = {
"[Tokyo Night]" = {