System-level + home-manager stylix works now!

This commit is contained in:
Emmet
2023-06-15 19:44:14 -05:00
parent 57fe2effee
commit ecedb05674
3 changed files with 39 additions and 33 deletions

View File

@@ -110,12 +110,6 @@
displayManager = {
lightdm.enable = true;
defaultSession = "none+xmonad";
lightdm.greeters.slick.enable = true;
lightdm.background = pkgs.fetchurl {
url = myBackgroundUrl;
sha256 = myBackgroundSha256;
};
lightdm.greeters.slick.theme.name = "Adwaita-dark";
};
libinput = {
touchpad.disableWhileTyping = true;