adb stuff

This commit is contained in:
2026-01-10 14:44:40 -07:00
parent 293ec63b75
commit dadabdb1bb
3 changed files with 4 additions and 10 deletions

View File

@@ -114,6 +114,8 @@
mesa
driversi686Linux.mesa
mesa-demos
android-tools
];
services.tailscale.enable = true;
services.openssh.enable = true;
@@ -123,7 +125,6 @@
programs.fish.enable = true;
services.flatpak.enable = true;
hardware.steam-hardware.enable = true;
programs.adb.enable = true; # graphene
# programs.gamescope = {
# enable = true;

View File

@@ -32,13 +32,6 @@
programs.ghostty = {
enable = true;
enableFishIntegration = true;
settings = {
window-inherit-working-directory = "false";
theme = "Atom";
font-size = "18";
window-height = "30";
window-width = "120";
};
};
home.sessionVariables = {
EDITOR = "vim";

View File

@@ -31,9 +31,9 @@
settings = {
window-inherit-working-directory = "false";
theme = "Atom";
font-size = 10;
font-size = 14;
window-height = 30;
window-width = 90;
window-width = 100;
};
};