add some pkgs and enable adb
This commit is contained in:
parent
956fae1f04
commit
c4aade597a
2 changed files with 16 additions and 1 deletions
|
@ -94,7 +94,6 @@
|
||||||
unzip
|
unzip
|
||||||
lm_sensors
|
lm_sensors
|
||||||
sshfs
|
sshfs
|
||||||
python312Packages.python-lsp-server
|
|
||||||
gopls
|
gopls
|
||||||
anki
|
anki
|
||||||
trezorctl
|
trezorctl
|
||||||
|
@ -129,6 +128,18 @@
|
||||||
qbittorrent
|
qbittorrent
|
||||||
# vscodium
|
# vscodium
|
||||||
nil
|
nil
|
||||||
|
pkg-config
|
||||||
|
gtk2
|
||||||
|
gtk2-x11
|
||||||
|
android-tools
|
||||||
|
(python313.withPackages (
|
||||||
|
p: with p; [
|
||||||
|
python-lsp-server
|
||||||
|
pip
|
||||||
|
virtualenv
|
||||||
|
wxpython
|
||||||
|
]
|
||||||
|
))
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.waybar.enable = true;
|
programs.waybar.enable = true;
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"docker"
|
"docker"
|
||||||
"disk"
|
"disk"
|
||||||
|
"adbusers"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -329,6 +330,7 @@
|
||||||
xorg.libXtst
|
xorg.libXtst
|
||||||
xorg.libxkbfile
|
xorg.libxkbfile
|
||||||
xorg.libxshmfence
|
xorg.libxshmfence
|
||||||
|
python312Packages.wxpython
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs.evolution.enable = true;
|
programs.evolution.enable = true;
|
||||||
|
@ -407,4 +409,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
binfmt = true;
|
binfmt = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.adb.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue