This commit is contained in:
Alexander Szczepanski
2021-10-09 11:08:14 +02:00
parent 0169cad357
commit d0bac72407
8 changed files with 51 additions and 30 deletions

View File

@ -120,10 +120,10 @@
displayManager = {
lightdm = {
enable = true;
background = pkgs.nixos-artwork.wallpapers.nineish-dark-gray.gnomeFilePath;
# background = pkgs.nixos-artwork.wallpapers.nineish-dark-gray.gnomeFilePath;
greeters.gtk.theme = {
package = pkgs.mojave-gtk-theme;
name = "Mojave-dark";
package = pkgs.pantheon.elementary-gtk-theme;
name = "elementary";
};
};
defaultSession = "xsession";