mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
+autostart applications
This commit is contained in:
parent
262554bc3a
commit
e0c265ecc6
|
@ -13,6 +13,11 @@
|
|||
settings = {};
|
||||
extraConfig = ''
|
||||
exec-once = pypr
|
||||
exec-once = nm-applet
|
||||
exec-once = GOMAXPROCS=1 syncthing --no-browser
|
||||
exec-once = protonmail-bridge --noninteractive
|
||||
exec-once = gnome-keyring-daemon --daemonize --login
|
||||
exec-once = gnome-keyring-daemon --start --components=secrets
|
||||
|
||||
general {
|
||||
layout = master
|
||||
|
|
Loading…
Reference in a new issue