Added winbox, removed many unused packages. Pinned electron-32 for Zulip
This commit is contained in:
@@ -29,7 +29,6 @@
|
|||||||
|
|
||||||
# Media manipulation
|
# Media manipulation
|
||||||
gimp
|
gimp
|
||||||
krita
|
|
||||||
darktable
|
darktable
|
||||||
vlc
|
vlc
|
||||||
mpv
|
mpv
|
||||||
@@ -54,14 +53,12 @@
|
|||||||
ansible
|
ansible
|
||||||
go
|
go
|
||||||
git-lfs
|
git-lfs
|
||||||
teleport
|
winbox
|
||||||
postgresql
|
|
||||||
|
|
||||||
# Maker
|
# Maker
|
||||||
#kicad
|
#kicad
|
||||||
godot_4
|
godot_4
|
||||||
orca-slicer
|
orca-slicer
|
||||||
blender
|
|
||||||
thonny
|
thonny
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
@@ -75,13 +72,16 @@
|
|||||||
wireshark
|
wireshark
|
||||||
|
|
||||||
# Desktop
|
# Desktop
|
||||||
#plasma5Packages.kdeconnect-kde
|
|
||||||
appimage-run
|
appimage-run
|
||||||
ark
|
ark
|
||||||
kdialog
|
kdialog
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"electron-32.3.3"
|
||||||
|
];
|
||||||
|
|
||||||
programs.wireshark.enable = true;
|
programs.wireshark.enable = true;
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
|
|||||||
Reference in New Issue
Block a user