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
3363a0e570
commit
99603051cc
@ -8,6 +8,16 @@
|
||||
# Here is an example script:
|
||||
# https://github.com/NixOS/nixpkgs/issues/33277#issuecomment-354689755
|
||||
|
||||
# To add new config changes to NixOS:
|
||||
# - Dump current settings
|
||||
# dconf dump / > dconf-old.ini
|
||||
# - Change a setting, e.g. with dconf-editir
|
||||
# - Dump new settings
|
||||
# dconf dump / > dconf-new.ini
|
||||
# - Display changes
|
||||
# diff dconf-old.ini dconf-new.ini
|
||||
# - Add to `dconf.settings` below.
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||
@ -76,6 +86,11 @@
|
||||
sleep-inactive-battery-type = "suspend";
|
||||
};
|
||||
|
||||
"org/gnome/system/location" = {
|
||||
# Settings > Privacy > Location Services > Allow permitted apps to access location data
|
||||
enabled = true;
|
||||
};
|
||||
|
||||
"org/gnome/desktop/privacy" = {
|
||||
# Settings > File History > Enabled
|
||||
remember-recent-files = true;
|
||||
|
Loading…
Reference in New Issue
Block a user