adding tridactyl to the system

This commit is contained in:
Chris Cochrun 2022-05-18 16:16:52 -05:00
parent 61cc9f9921
commit c0a5763078
3 changed files with 7 additions and 0 deletions

View file

@ -204,6 +204,7 @@
pfetch pfetch
macchina macchina
gimp gimp
gtk3
blender blender
neofetch neofetch
# Dev tools # Dev tools

View file

@ -227,6 +227,7 @@
pfetch pfetch
macchina macchina
gimp gimp
gtk3
neofetch neofetch
afetch afetch
yafetch yafetch

View file

@ -296,6 +296,11 @@
recursive = true; recursive = true;
}; };
home.file.".config/tridactyl" = {
source = ../tridactyl;
recursive = true;
};
programs.rbw.enable = true; programs.rbw.enable = true;
home.file.".config/rbw" = { home.file.".config/rbw" = {
source = ../rbw; source = ../rbw;