mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-14 06:35:18 +01:00
profile/desktop-apps: use programs.wayvnc
This commit is contained in:
parent
5193e3a528
commit
117928583d
1 changed files with 7 additions and 4 deletions
|
|
@ -37,7 +37,6 @@ in
|
|||
telegram-desktop
|
||||
thunderbird
|
||||
vlc
|
||||
wayvnc
|
||||
zathura
|
||||
zeal
|
||||
# terminal
|
||||
|
|
@ -47,9 +46,13 @@ in
|
|||
keychain
|
||||
];
|
||||
|
||||
programs.wireshark = {
|
||||
programs = {
|
||||
wayvnc.enable = true;
|
||||
wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark; # enable the gui
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue