diff --git a/features/desktopish/default.nix b/features/desktopish/default.nix index 96f96d2..3a5ea88 100644 --- a/features/desktopish/default.nix +++ b/features/desktopish/default.nix @@ -20,5 +20,6 @@ acpi mpv pulsemixer + xorg.xmessage ]; } diff --git a/hosts/x1c7.nix b/hosts/x1c7.nix index 1eb00d4..c171fbc 100644 --- a/hosts/x1c7.nix +++ b/hosts/x1c7.nix @@ -59,8 +59,6 @@ programs.mosh.enable = true; - # FIXME: https://github.com/NixOS/nixpkgs/pull/97972#issuecomment-834774554 - # services.tlp.enable = false; services.xserver.enable = true; services.openssh.enable = true;