mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-14 14:45: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
|
telegram-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
vlc
|
vlc
|
||||||
wayvnc
|
|
||||||
zathura
|
zathura
|
||||||
zeal
|
zeal
|
||||||
# terminal
|
# terminal
|
||||||
|
|
@ -47,9 +46,13 @@ in
|
||||||
keychain
|
keychain
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.wireshark = {
|
programs = {
|
||||||
enable = true;
|
wayvnc.enable = true;
|
||||||
package = pkgs.wireshark; # enable the gui
|
wireshark = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.wireshark; # enable the gui
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue