desktop-2024-11-10-19-33-49

This commit is contained in:
Alexander Szczepanski
2024-11-10 19:33:49 +01:00
parent ed7833b3e9
commit a0e47fea0e
15 changed files with 359 additions and 216 deletions

View File

@ -6,7 +6,6 @@
environment.systemPackages = with pkgs; [
insomnia
meld
virt-manager
#rust
cargo
@ -14,4 +13,8 @@
ruby
];
programs = {
adb.enable = true;
};
}