adb stuff
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user