Compare commits

..

No commits in common. "2136fd8c4a3f1cedd653fa868694a8f3baf0f49e" and "5193e3a5285114fc03fb48d9c6597fc5a01d6b57" have entirely different histories.

View file

@ -14,6 +14,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
evince
firefox firefox
(gimp-with-plugins.override { (gimp-with-plugins.override {
plugins = with gimpPlugins; [ plugins = with gimpPlugins; [
@ -32,11 +33,11 @@ in
]; ];
}) })
newsflash newsflash
papers
rhythmbox rhythmbox
telegram-desktop telegram-desktop
thunderbird thunderbird
vlc vlc
wayvnc
zathura zathura
zeal zeal
# terminal # terminal
@ -46,13 +47,9 @@ in
keychain keychain
]; ];
programs = { programs.wireshark = {
wayvnc.enable = true; enable = true;
wireshark = { package = pkgs.wireshark; # enable the gui
enable = true;
package = pkgs.wireshark; # enable the gui
};
}; };
}; };
} }