This commit is contained in:
Miguel Palhas
2025-10-30 14:20:48 +00:00
parent 5070f11eed
commit 488721bc7c
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -7,9 +7,9 @@
programs.adb.enable = true;
services.udev.packages = with pkgs; [
android-udev-rules
];
# services.udev.packages = with pkgs; [
# android-udev-rules
# ];
environment.systemPackages = with pkgs; [
android-studio
+1 -1
View File
@@ -8,7 +8,7 @@
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
ubuntu_font_family
ubuntu-classic
libertine
nerd-fonts.fira-code
nerd-fonts.victor-mono
+1 -1
View File
@@ -6,7 +6,7 @@
enable32Bit = true;
extraPackages = with pkgs; [
vpl-gpu-rt # or intel-media-sdk for QSV
vaapiVdpau
libva-vdpau-driver
intel-media-driver
intel-vaapi-driver
];