mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
dark theme dconf settings
This commit is contained in:
parent
102b866a4c
commit
5213c9fdf5
1 changed files with 6 additions and 0 deletions
|
|
@ -57,6 +57,12 @@ in
|
|||
services.xserver.displayManager.sessionCommands = ''
|
||||
${lib.getExe pkgs.xorg.xrdb} -load /etc/xdg/Xresources
|
||||
'';
|
||||
programs.dconf.profiles.user.databases = [
|
||||
{
|
||||
lockAll = false;
|
||||
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
}
|
||||
];
|
||||
fonts = {
|
||||
packages = [
|
||||
pkgs.overpass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue