Improve colors, dynamically theme rofi

This commit is contained in:
Elnu 2023-01-07 12:29:27 -08:00
parent 688217a7ee
commit 66b1642d7c
10 changed files with 94 additions and 149 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
let
colors = import ../../polybar/colors.nix;
colors = import ../../colors;
in
{
home.packages = with pkgs; [ lm_sensors ];