Renamed dotfiles folder to assets

This commit is contained in:
Random936
2026-02-13 15:17:51 -05:00
parent b062663705
commit f3ea0b7922
61 changed files with 24 additions and 24 deletions

View File

@@ -24,16 +24,16 @@
];
home.file = {
".Xresources".source = ../dotfiles/.Xresources;
".scripts/brightness.sh".source = ../dotfiles/.scripts/brightness.sh;
".scripts/autostart_desktop.sh".source = ../dotfiles/.scripts/autostart_desktop.sh;
".screenlayout/launch.sh".source = ../dotfiles/.screenlayout/launch.sh;
".screenlayout/wallpapers.sh".source = ../dotfiles/.screenlayout/wallpapers.sh;
".screenlayout/polybar.sh".source = ../dotfiles/.screenlayout/polybar.sh;
".config/i3/config".source = ../dotfiles/.config/i3/config;
".config/rofi/config.rasi".source = ../dotfiles/.config/rofi/config.rasi;
".config/polybar/config.ini".source = ../dotfiles/.config/polybar/config.ini;
".config/alacritty/alacritty.toml".source = ../dotfiles/.config/alacritty/alacritty.toml;
".config/qutebrowser/config.py".source = ../dotfiles/.config/qutebrowser/config.py;
".Xresources".source = ../assets/.Xresources;
".scripts/brightness.sh".source = ../assets/.scripts/brightness.sh;
".scripts/autostart_desktop.sh".source = ../assets/.scripts/autostart_desktop.sh;
".screenlayout/launch.sh".source = ../assets/.screenlayout/launch.sh;
".screenlayout/wallpapers.sh".source = ../assets/.screenlayout/wallpapers.sh;
".screenlayout/polybar.sh".source = ../assets/.screenlayout/polybar.sh;
".config/i3/config".source = ../assets/.config/i3/config;
".config/rofi/config.rasi".source = ../assets/.config/rofi/config.rasi;
".config/polybar/config.ini".source = ../assets/.config/polybar/config.ini;
".config/alacritty/alacritty.toml".source = ../assets/.config/alacritty/alacritty.toml;
".config/qutebrowser/config.py".source = ../assets/.config/qutebrowser/config.py;
};
}