mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
home: redisable nm-applet connected notifications
This commit is contained in:
parent
a25878f47d
commit
9453dac5da
|
@ -21,7 +21,7 @@
|
|||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/nm-applet".disable-connected-notifications = false;
|
||||
"org/gnome/nm-applet".disable-connected-notifications = true;
|
||||
"org/nemo/preferences/menu-config".background-menu-open-as-root = false;
|
||||
"org/nemo/preferences/menu-config".selection-menu-open-as-root = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue