adb stuff
This commit is contained in:
@@ -114,6 +114,8 @@
|
|||||||
mesa
|
mesa
|
||||||
driversi686Linux.mesa
|
driversi686Linux.mesa
|
||||||
mesa-demos
|
mesa-demos
|
||||||
|
|
||||||
|
android-tools
|
||||||
];
|
];
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
@@ -123,7 +125,6 @@
|
|||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = true;
|
||||||
programs.adb.enable = true; # graphene
|
|
||||||
|
|
||||||
# programs.gamescope = {
|
# programs.gamescope = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|||||||
@@ -32,13 +32,6 @@
|
|||||||
programs.ghostty = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
settings = {
|
|
||||||
window-inherit-working-directory = "false";
|
|
||||||
theme = "Atom";
|
|
||||||
font-size = "18";
|
|
||||||
window-height = "30";
|
|
||||||
window-width = "120";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
|
|||||||
@@ -31,9 +31,9 @@
|
|||||||
settings = {
|
settings = {
|
||||||
window-inherit-working-directory = "false";
|
window-inherit-working-directory = "false";
|
||||||
theme = "Atom";
|
theme = "Atom";
|
||||||
font-size = 10;
|
font-size = 14;
|
||||||
window-height = 30;
|
window-height = 30;
|
||||||
window-width = 90;
|
window-width = 100;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user