Renamed dotfiles folder to assets
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{ ... }: {
|
||||
home.file.".aerospace.toml".source = ../../dotfiles/.aerospace.toml;
|
||||
home.file.".aerospace.toml".source = ../../assets/.aerospace.toml;
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ ... }: {
|
||||
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;
|
||||
home.file.".config/sketchybar/plugins".source = ../../assets/.config/sketchybar/plugins;
|
||||
home.file.".config/sketchybar/plugins/volume.sh".source = ../../assets/.config/sketchybar/plugins/volume.sh;
|
||||
home.file.".config/sketchybar/plugins/space.sh".source = ../../assets/.config/sketchybar/plugins/space.sh;
|
||||
home.file.".config/sketchybar/plugins/front_app.sh".source = ../../assets/.config/sketchybar/plugins/front_app.sh;
|
||||
home.file.".config/sketchybar/plugins/aerospace.sh".source = ../../assets/.config/sketchybar/plugins/aerospace.sh;
|
||||
home.file.".config/sketchybar/plugins/clock.sh".source = ../../assets/.config/sketchybar/plugins/clock.sh;
|
||||
home.file.".config/sketchybar/plugins/battery.sh".source = ../../assets/.config/sketchybar/plugins/battery.sh;
|
||||
home.file.".config/sketchybar/sketchybarrc".source = ../../assets/.config/sketchybar/sketchybarrc;
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@ in {
|
||||
home.packages = with pkgs; [ tmux ];
|
||||
home.file = {
|
||||
".tmux/plugins/tpm".source = "${mypkgs.tpm}";
|
||||
".tmux.conf".source = ../../dotfiles/.tmux.conf;
|
||||
".tmux.conf".source = ../../assets/.tmux.conf;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -75,12 +75,12 @@
|
||||
plugins = [
|
||||
{
|
||||
name = "custom-functions";
|
||||
src = ../../dotfiles;
|
||||
src = ../../assets;
|
||||
file = ".functions.zsh";
|
||||
}
|
||||
{
|
||||
name = "powerlevel10k-config";
|
||||
src = ../../dotfiles;
|
||||
src = ../../assets;
|
||||
file = ".p10k.zsh";
|
||||
}
|
||||
];
|
||||
@@ -95,6 +95,6 @@
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".functions.zsh".source = ../../dotfiles/.functions.zsh;
|
||||
".functions.zsh".source = ../../assets/.functions.zsh;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user