mv adb to desktop

This commit is contained in:
smayzy 2025-08-08 18:56:06 +02:00
parent 23f407b824
commit ca3c77768d
2 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,6 @@
]; ];
}; };
programs.adb.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
home-manager home-manager
]; ];

View File

@ -26,6 +26,8 @@
}; };
backupFileExtension = "backup"; backupFileExtension = "backup";
}; };
programs.adb.enable = true;
system.stateVersion = "24.11"; system.stateVersion = "24.11";