profile/desktop-apps: use programs.wayvnc

This commit is contained in:
Felix Buehler 2025-12-04 20:24:24 +01:00
parent 5193e3a528
commit 117928583d

View file

@ -37,7 +37,6 @@ in
telegram-desktop telegram-desktop
thunderbird thunderbird
vlc vlc
wayvnc
zathura zathura
zeal zeal
# terminal # terminal
@ -47,9 +46,13 @@ in
keychain keychain
]; ];
programs.wireshark = { programs = {
wayvnc.enable = true;
wireshark = {
enable = true; enable = true;
package = pkgs.wireshark; # enable the gui package = pkgs.wireshark; # enable the gui
}; };
};
}; };
} }