Enable gnome-keyring-daemon.

This commit is contained in:
Gabriel Ebner 2015-06-01 14:14:41 +02:00
parent d9d1338e64
commit a6d565a552
1 changed files with 2 additions and 1 deletions

3
i3.nix
View File

@ -54,6 +54,7 @@
session = [ {
name = "i3wm";
start = ''
export $(${pkgs.gnome3.gnome_keyring}/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
${pkgs.gnome3.gnome_settings_daemon}/libexec/gnome-settings-daemon-localeexec &
${pkgs.i3}/bin/i3 &
waitPID=$!
@ -71,7 +72,7 @@
xkbOptions = "caps:ctrl_modifier";
};
services.dbus.packages = with pkgs; [ colord dunst ];
services.dbus.packages = with pkgs; [ dunst gnome3.gcr ];
# copied from gnome3 module
security.polkit.enable = true;