From 2e8292c310e9d375d9d9110c7687466af45de5ba Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Sun, 16 Feb 2025 22:45:18 +0100 Subject: [PATCH] Add discord, ffmpeg and gphoto2 --- modules/graphical/base.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/graphical/base.nix b/modules/graphical/base.nix index 43589cc..ff12e2b 100644 --- a/modules/graphical/base.nix +++ b/modules/graphical/base.nix @@ -6,10 +6,12 @@ environment.systemPackages = with pkgs; [ calibre chromium + discord dracula-theme eog evince firefox + ffmpeg gimp inkscape libreoffice @@ -38,6 +40,7 @@ ]; programs = { + gphoto2.enable = true; light.enable = true; sway.enable = true; };