mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
GNOME config
This commit is contained in:
parent
6fcfc30f1b
commit
4d22132d6d
@ -13,6 +13,20 @@
|
||||
|
||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/privacy" = {
|
||||
# Settings > File History > Enabled
|
||||
remember-recent-files = true;
|
||||
# Settings > File History > File History Duration
|
||||
recent-files-max-age = 30;
|
||||
|
||||
# Settings > Trash and Temporary Files > Automatically Delete Trash Content
|
||||
remove-old-trash-files = true;
|
||||
# Settings > Trash and Temporary Files > Automatically Delete Temporary Files
|
||||
remove-old-temp-files = true;
|
||||
# Settings > Trash and Temporary Files > Automatically Delete Period
|
||||
old-files-age = 30;
|
||||
};
|
||||
|
||||
"org/gnome/settings-daemon/plugins/color" = {
|
||||
night-light-enabled = true;
|
||||
night-light-schedule-automatic = false;
|
||||
|
Loading…
Reference in New Issue
Block a user