mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
11 lines
229 B
Nix
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;
|
|
# };
|
|
}
|