feat: add zellij

This commit is contained in:
Gerg-L 2025-05-03 17:08:07 -04:00
parent eb32d5f0d1
commit 940be0d776
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -25,7 +25,6 @@
packages = { packages = {
inherit (pkgs) inherit (pkgs)
bitwarden-desktop # store stuff bitwarden-desktop # store stuff
#qbittorrent # steal stuff
pavucontrol # gui volume control pavucontrol # gui volume control
pcmanfm # file manager pcmanfm # file manager
mpv # play stuff mpv # play stuff
@ -41,11 +40,14 @@
vesktop vesktop
gh gh
nixfmt-rfc-style nixfmt-rfc-style
zellij
tidal-hifi
#prusa-slicer # 3D printer slicer #prusa-slicer # 3D printer slicer
# QMK configuration # QMK configuration
#via #via
#qmk #qmk
tidal-hifi #qbittorrent # steal stuff
; ;
inherit (nvim-flake.packages) neovim; inherit (nvim-flake.packages) neovim;
inherit (self'.packages) lint; inherit (self'.packages) lint;