feat: add encryption

This commit is contained in:
Jet 2026-05-31 10:05:10 -07:00
parent 54ea969b61
commit 15d70f8472
No known key found for this signature in database
4 changed files with 153 additions and 8 deletions

View file

@ -154,6 +154,12 @@ in
"org/gnome/settings-daemon/plugins/media-keys" = {
screensaver = [ "<Super>l" ];
};
"org/gnome/desktop/screensaver" = {
lock-enabled = true;
};
"org/gnome/desktop/lockdown" = {
disable-lock-screen = false;
};
"org/gnome/desktop/peripherals/touchpad" = {
disable-while-typing = false;
natural-scroll = true;