replace wofi with rofi
This commit is contained in:
parent
601513bc9e
commit
07d70e3a64
23 changed files with 343 additions and 43 deletions
|
|
@ -5,9 +5,7 @@ in {
|
|||
source = "${configDir}/nvim";
|
||||
recursive = true;
|
||||
};
|
||||
".config/wallpapers".source = "${configDir}/wallpapers";
|
||||
".config/kitty".source = "${configDir}/kitty";
|
||||
".config/neofetch".source = "${configDir}/neofetch";
|
||||
".config/wallpapers".source = "${configDir}/wallpapers"; ".config/kitty".source = "${configDir}/kitty"; ".config/neofetch".source = "${configDir}/neofetch";
|
||||
".config/hypr".source = "${configDir}/hypr";
|
||||
".config/swayidle".source = "${configDir}/swayidle";
|
||||
".config/swaylock".source = "${configDir}/swaylock";
|
||||
|
|
@ -18,6 +16,7 @@ in {
|
|||
};
|
||||
".config/btop".source = "${configDir}/btop";
|
||||
".config/wofi".source = "${configDir}/wofi";
|
||||
".config/rofi".source = "${configDir}/rofi";
|
||||
".config/mako".source = "${configDir}/mako";
|
||||
".config/scripts".source = "${configDir}/scripts";
|
||||
".config/swaync".source = "${configDir}/swaync";
|
||||
|
|
@ -28,5 +27,13 @@ in {
|
|||
recursive = true;
|
||||
source = "${configDir}/gh";
|
||||
};
|
||||
".local/share/fcitx5/themes/fcitx5-dark-transparent" = {
|
||||
recursive = true;
|
||||
source = "${configDir}/fcitx5-dark-transparent";
|
||||
};
|
||||
".config/fcitx5/conf" = {
|
||||
recursive = true;
|
||||
source = "${configDir}/fcitx5";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue