diff --git a/profiles/desktop-apps/default.nix b/profiles/desktop-apps/default.nix index 623b223..19f5638 100644 --- a/profiles/desktop-apps/default.nix +++ b/profiles/desktop-apps/default.nix @@ -14,6 +14,7 @@ in config = lib.mkIf cfg.enable { environment.systemPackages = with pkgs; [ + evince firefox (gimp-with-plugins.override { plugins = with gimpPlugins; [ @@ -32,11 +33,11 @@ in ]; }) newsflash - papers rhythmbox telegram-desktop thunderbird vlc + wayvnc zathura zeal # terminal @@ -46,13 +47,9 @@ in keychain ]; - programs = { - wayvnc.enable = true; - wireshark = { - enable = true; - package = pkgs.wireshark; # enable the gui - }; - + programs.wireshark = { + enable = true; + package = pkgs.wireshark; # enable the gui }; }; }