dot_testing/home/polybar/default.nix

11 lines
170 B
Nix
Raw Normal View History

2023-12-21 15:26:09 -06:00
{ lib, config, pkgs, home, ... }:
{
# activated by nixos configuration
home.file = {
".config/polybar/config.ini" = {
source = ./config.ini;
};
};
}