Add discord, ffmpeg and gphoto2

This commit is contained in:
Johannes Rothe 2025-02-16 22:45:18 +01:00
parent a047d1788e
commit 2e8292c310

View File

@ -6,10 +6,12 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
calibre calibre
chromium chromium
discord
dracula-theme dracula-theme
eog eog
evince evince
firefox firefox
ffmpeg
gimp gimp
inkscape inkscape
libreoffice libreoffice
@ -38,6 +40,7 @@
]; ];
programs = { programs = {
gphoto2.enable = true;
light.enable = true; light.enable = true;
sway.enable = true; sway.enable = true;
}; };