testing dconf stuff
This commit is contained in:
parent
96304b6edf
commit
c96f68e5c2
1 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,19 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
accent-color = "teal";
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
"org/gnome/desktop/input-sources" = {
|
||||
sources = "[(gb, de)]";
|
||||
};
|
||||
"org/gnome/desktop/peripherals/mouse" = {
|
||||
accel-profile = "flat";
|
||||
};
|
||||
"org/gnome/shell" = {
|
||||
favorite-apps = "['com.mitchellh.ghostty','org.gnome.Nautilus']";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue