remove android studio
This commit is contained in:
parent
9f2c01e24b
commit
283b3a4be5
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ghidra
|
ghidra
|
||||||
android-studio
|
|
||||||
anki
|
anki
|
||||||
];
|
];
|
||||||
xdg.configFile."gdb/gdbinit".text = "set auto-load safe-path /nix/store";
|
xdg.configFile."gdb/gdbinit".text = "set auto-load safe-path /nix/store";
|
||||||
|
|
Loading…
Reference in a new issue