feat: add evolution+gnome-calendar, switch zoom to unstable
This commit is contained in:
parent
31fdc06360
commit
51b152c0b7
2 changed files with 5 additions and 3 deletions
|
|
@ -21,13 +21,14 @@ lib.mkIf config.bchmnn.gui.enable {
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
kdeconnect.enable = true;
|
|
||||||
ausweisapp = {
|
ausweisapp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
wireshark.enable = config.bchmnn.collections.development.enable;
|
evolution.enable = !(lib.elem "gnome" config.bchmnn.gui.flavour);
|
||||||
|
kdeconnect.enable = true;
|
||||||
virt-manager.enable = config.bchmnn.collections.virtualisation.enable;
|
virt-manager.enable = config.bchmnn.collections.virtualisation.enable;
|
||||||
|
wireshark.enable = config.bchmnn.collections.development.enable;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.ratbagd.enable = true;
|
services.ratbagd.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
[
|
[
|
||||||
firefox # a web browser built from firefox source tree
|
firefox # a web browser built from firefox source tree
|
||||||
thunderbird # a full-featured e-mail client
|
thunderbird # a full-featured e-mail client
|
||||||
|
gnome.gnome-calendar # simple and beautiful calendar application for gnome
|
||||||
speechd # common interface to speech synthesis - https://support.mozilla.org/en-us/kb/speechd-setup
|
speechd # common interface to speech synthesis - https://support.mozilla.org/en-us/kb/speechd-setup
|
||||||
tor-browser # privacy-focused browser routing traffic through the tor network
|
tor-browser # privacy-focused browser routing traffic through the tor network
|
||||||
qbittorrent # featureful free software bittorrent client
|
qbittorrent # featureful free software bittorrent client
|
||||||
|
|
@ -29,7 +30,7 @@
|
||||||
|
|
||||||
telegram-desktop # telegram desktop messaging app
|
telegram-desktop # telegram desktop messaging app
|
||||||
signal-desktop # private, simple, and secure messenger
|
signal-desktop # private, simple, and secure messenger
|
||||||
zoom-us # zoom.us video conferencing application
|
unstable.zoom-us # zoom.us video conferencing application
|
||||||
|
|
||||||
gnome.simple-scan # simple scanning utility
|
gnome.simple-scan # simple scanning utility
|
||||||
gnome.gnome-font-viewer # program that can preview fonts and create thumbnails for fonts
|
gnome.gnome-font-viewer # program that can preview fonts and create thumbnails for fonts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue