Enable night light by default

This commit is contained in:
2024-03-31 22:01:36 +01:00
parent f906155177
commit b04ef20c81

View File

@@ -259,6 +259,10 @@
draggable-border-width = 20;
};
"org/gnome/settings-daemon/plugins/color" = {
night-light-enabled = true;
};
"org/gnome/nautilus" = {
"icon-view/default-zoom-level" = "small";
};
@@ -279,6 +283,17 @@
};
};
programs.gnome-terminal = {
enable = true;
profile."42ed2781-9a2b-4572-80a1-356a25f70b0c" = {
default = true;
visibleName = "trude";
audibleBell = false;
showScrollbar = true;
font = "JetBrainsMono Nerd Font 10";
};
};
programs.git = {
enable = true;
userName = "TrudeEH";