desktop-2024-08-31-19-00-36

This commit is contained in:
Alexander Szczepanski
2024-08-31 19:00:36 +02:00
parent a31f939a70
commit bd22e9990f
13 changed files with 196 additions and 204 deletions

14
configs/develop.nix Normal file
View File

@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs.unstable; [
insomnia
meld
virt-manager
#rust
cargo
nodejs
ruby
];
}