nixos machine w xmonad: monitors go to sleep and won't wake up!

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • xresources

    An arctic, north-bluish clean and elegant Xresources color theme.

  • services.xserver = { enable = true; layout = "se"; xkbOptions = "eurosign:e"; libinput.enable = true; displayManager = { defaultSession = "xfce+xmonad"; lightdm = { enable = true; }; # I have a custom Xresources file that contain the "nord" color scheme (https://github.com/arcticicestudio/nord-xresources) sessionCommands = '' ${pkgs.xlibs.xrdb}/bin/xrdb -load ${./src/Xresources} ''; }; desktopManager = { xterm.enable = false; xfce = { enable = true; noDesktop = true; enableXfwm = false; # This is just so that I can open zip-files in the file manager thunarPlugins = [ pkgs.xfce.thunar-archive-plugin ]; }; }; # I have created my own xmonad package (called "zxmonad") that contains the xmonad.hs and some other things. I have this custom session just so that I can start my xmonad package and my polybar systemd service. windowManager = { session = [{ name = "xmonad"; start = '' exec ${zxmonad}/bin/zxmonad & waitPID=$! sleep 1 systemctl --user start polybar ''; }]; }; };

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts