two gnome dconf settings
This commit is contained in:
parent
edb4ffcd4a
commit
b715206b74
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -26,6 +26,8 @@
|
||||||
switch-applications = [ "<Super>Tab" ];
|
switch-applications = [ "<Super>Tab" ];
|
||||||
switch-applications-backward = [ "<Shift><Super>Tab" ];
|
switch-applications-backward = [ "<Shift><Super>Tab" ];
|
||||||
};
|
};
|
||||||
|
"org/gnome/desktop/session".idle-delay = lib.hm.gvariant.mkUint32 300;
|
||||||
|
"org/gnome/Connections".first-run = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue