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