Removed GNOME from Samhain. Turned LightDM on for Samhain.

As it turns out, if you don't have pkgs.gawk in the path for the thermal script, you don't have awk.
If you don't have awk, it can't actually do any of the power mode switching and locks your card at a lower power mode.
I have a brain, I swear! I just, left it on the counter.
This commit is contained in:
kat witch 2020-12-09 12:40:07 +00:00 committed by kat
parent cd2b150ca6
commit e0746cf244
3 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: {
services.xserver.enable = true;
#services.xserver.displayManager.lightdm.enable = true;
services.xserver.displayManager.lightdm.enable = true;
services.xserver.desktopManager.xfce.enable = true;
services.gvfs = {
enable = true;