Only display appropriate polybar modules on ThinkPad

This commit is contained in:
Elnu 2022-10-09 20:18:03 -07:00
parent b1531f1a37
commit 448b67fbab
2 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,14 @@
{ pkgs, lib, ... }:
let
# TODO: eliminate redundant color definitions
background = "#2e3440";
background-alt = "#3b4252";
foreground = "#eceff4";
primary = "#8fbcbb";
alert = "#bf616a";
disabled = "#434c5e";
in
{
home.packages = with pkgs; [ lm_sensors ];
services.polybar.config = {