mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
+autostart applications
This commit is contained in:
parent
262554bc3a
commit
e0c265ecc6
|
@ -13,6 +13,11 @@
|
||||||
settings = {};
|
settings = {};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
exec-once = pypr
|
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 {
|
general {
|
||||||
layout = master
|
layout = master
|
||||||
|
|
Loading…
Reference in a new issue