11 lines
897 B
Nix
11 lines
897 B
Nix
{ ... }: {
|
|
home.file.".config/sketchybar/plugins".source = ../../dotfiles/.config/sketchybar/plugins;
|
|
home.file.".config/sketchybar/plugins/volume.sh".source = ../../dotfiles/.config/sketchybar/plugins/volume.sh;
|
|
home.file.".config/sketchybar/plugins/space.sh".source = ../../dotfiles/.config/sketchybar/plugins/space.sh;
|
|
home.file.".config/sketchybar/plugins/front_app.sh".source = ../../dotfiles/.config/sketchybar/plugins/front_app.sh;
|
|
home.file.".config/sketchybar/plugins/aerospace.sh".source = ../../dotfiles/.config/sketchybar/plugins/aerospace.sh;
|
|
home.file.".config/sketchybar/plugins/clock.sh".source = ../../dotfiles/.config/sketchybar/plugins/clock.sh;
|
|
home.file.".config/sketchybar/plugins/battery.sh".source = ../../dotfiles/.config/sketchybar/plugins/battery.sh;
|
|
home.file.".config/sketchybar/sketchybarrc".source = ../../dotfiles/.config/sketchybar/sketchybarrc;
|
|
}
|