Add evolution configuration
This commit is contained in:
parent
775e2959f0
commit
650b77015c
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
|
||||
imports = [
|
||||
./evolution.nix
|
||||
./firefox.nix
|
||||
./gpg.nix
|
||||
./ssh.nix
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.fhauser = {
|
||||
dconf.settings."org/gnome/evolution-data-server/calendar".notify-enable-audio = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue