trying to force dark mode
This commit is contained in:
parent
779948cec9
commit
a221f87b5c
2 changed files with 7 additions and 10 deletions
|
@ -185,6 +185,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
gtk-theme = lib.mkForce "Colloid-Grey-Dark-Nord";
|
||||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
|
|
|
@ -18,16 +18,6 @@
|
|||
];
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-options = "none";
|
||||
primary-color = "#000000";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
gtk-theme = lib.mkForce "Colloid-Grey-Dark-Nord";
|
||||
};
|
||||
|
||||
"org/gnome/shell/keybindings" = {
|
||||
shift-overview-up = ["disabled"];
|
||||
shift-overview-down = ["disabled"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue