mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat(gnome): add declarative dark theme
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
dconf = {
|
||||
settings."org/gnome/shell" = {
|
||||
dconf.settings = {
|
||||
"org/gnome/shell" = {
|
||||
enabled-extensions = with pkgs.gnomeExtensions; [
|
||||
appindicator.extensionUuid
|
||||
caffeine.extensionUuid
|
||||
@@ -9,5 +9,6 @@
|
||||
wallpaper-slideshow.extensionUuid
|
||||
];
|
||||
};
|
||||
"org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user