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