mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:23:54 -05:00
home/gnome: cleanup
This commit is contained in:
parent
109887679e
commit
6c2e0cbcf8
|
@ -4,9 +4,10 @@
|
|||
...
|
||||
}: {
|
||||
config = lib.mkIf config.ar.home.desktop.gnome.enable {
|
||||
dconf.enable = true;
|
||||
dconf = {
|
||||
enable = true;
|
||||
|
||||
dconf.settings = {
|
||||
settings = {
|
||||
"org/gnome/desktop/datetime".automatic-timezone = true;
|
||||
|
||||
"org/gnome/desktop/interface" = {
|
||||
|
@ -24,10 +25,6 @@
|
|||
workspaces-only-on-primary = true;
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/color" = {
|
||||
# night-light-enabled = true;
|
||||
};
|
||||
|
||||
"org/gnome/shell".enabled-extensions = [
|
||||
"appindicatorsupport@rgcjonas.gmail.com"
|
||||
"blur-my-shell@aunetx"
|
||||
|
@ -53,10 +50,7 @@
|
|||
"org/gnome/system/location".enabled = true;
|
||||
};
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
|
||||
defaultApplications = {
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"x-scheme-handler/sms" = "org.gnome.Shell.Extensions.GSConnect.desktop";
|
||||
"x-scheme-handler/tel" = "org.gnome.Shell.Extensions.GSConnect.desktop";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue