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