.dotfiles/dot_config/flake/home/waybar/mechabar/scripts.nix
2025-02-15 10:55:48 -05:00

11 lines
229 B
Nix

{...}: {
home.file.".config/waybar/scripts" = {
source = ./scripts;
recursive = true;
};
# home.file.".config/waybar/scripts/cpu-temp.sh" = {
# source = ./scripts/cpu-temp.sh;
# executable = true;
# };
}