Files
nixy/home/programs/group/dev-packages.nix
T
admin 4e28ca9b48 Remove unused configurations and packages from laptop setup
- Removed USBGuard configuration and its associated comments from configuration.nix.
- Cleaned up flake.nix by removing unnecessary overlays.
- Updated home.nix to remove references to Helium and Proton, and added Steam.
- Deleted secrets.default.nix and secrets.secrets.yaml files for security reasons.
- Removed Omen laptop specific configuration from omen.nix.
- Deleted vencord.nix as it is no longer needed.
2026-06-23 22:23:40 +02:00

20 lines
163 B
Nix

{
pkgs,
pkgs-stable,
}:
(with pkgs; [
go
zig
zed-editor #Zed
vscodium # VS Code
])
++ (with pkgs-stable; [
bun
python3
jq
rsync
rustc
cargo
])