add wl-screenrec, video-trimmer, cmake

This commit is contained in:
Emile Clark-Boman 2026-02-03 12:24:59 +10:00
parent 42d2e37aed
commit d643573659

View file

@ -263,8 +263,10 @@ in {
wl-clipboard # clipboard for wayland
hyprpicker # color picker
hyprshot # screenshot utility
wl-screenrec # screen recording utility
qbittorrent # torrenting
signal-desktop
video-trimmer
(callPackage ../sddm-theme-corners.nix {}).sddm-theme-corners
# dependencies for my sddm theme:
@ -280,8 +282,6 @@ in {
# Systems Emulation
qemu # Fellice Bellard's Quick Emulator
# GNU Utils
gnumake
# Binaries
binutils
strace
@ -297,6 +297,8 @@ in {
gcc
clang
clang-tools
gnumake
cmake
# Rust
cargo