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; };