adding tridactyl to the system
This commit is contained in:
parent
61cc9f9921
commit
c0a5763078
|
@ -204,6 +204,7 @@
|
||||||
pfetch
|
pfetch
|
||||||
macchina
|
macchina
|
||||||
gimp
|
gimp
|
||||||
|
gtk3
|
||||||
blender
|
blender
|
||||||
neofetch
|
neofetch
|
||||||
# Dev tools
|
# Dev tools
|
||||||
|
|
|
@ -227,6 +227,7 @@
|
||||||
pfetch
|
pfetch
|
||||||
macchina
|
macchina
|
||||||
gimp
|
gimp
|
||||||
|
gtk3
|
||||||
neofetch
|
neofetch
|
||||||
afetch
|
afetch
|
||||||
yafetch
|
yafetch
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue