mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Reorganized
This commit is contained in:
parent
4cd0255ba4
commit
e42e996e75
21 changed files with 2397 additions and 965 deletions
11
dot_config/flake/home/waybar/mechabar/scripts.nix
Normal file
11
dot_config/flake/home/waybar/mechabar/scripts.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
home.file.".config/waybar/scripts" = {
|
||||
source = ./scripts;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
# home.file.".config/waybar/scripts/cpu-temp.sh" = {
|
||||
# source = ./scripts/cpu-temp.sh;
|
||||
# executable = true;
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue