adding tridactyl to the system
This commit is contained in:
parent
61cc9f9921
commit
c0a5763078
|
@ -204,6 +204,7 @@
|
|||
pfetch
|
||||
macchina
|
||||
gimp
|
||||
gtk3
|
||||
blender
|
||||
neofetch
|
||||
# Dev tools
|
||||
|
|
|
@ -227,6 +227,7 @@
|
|||
pfetch
|
||||
macchina
|
||||
gimp
|
||||
gtk3
|
||||
neofetch
|
||||
afetch
|
||||
yafetch
|
||||
|
|
|
@ -296,6 +296,11 @@
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/tridactyl" = {
|
||||
source = ../tridactyl;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
programs.rbw.enable = true;
|
||||
home.file.".config/rbw" = {
|
||||
source = ../rbw;
|
||||
|
|
Loading…
Reference in a new issue