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

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