made fastfetch so pretty
This commit is contained in:
parent
6240cdd4c6
commit
f7a56bc7bb
5 changed files with 151 additions and 11 deletions
|
|
@ -68,6 +68,12 @@
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
# copies the ascii art into .local/share/ascii-art :3
|
||||
home.file.".local/share/ascii-art" = {
|
||||
source = root + "/homes/data/ascii-art";
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.file.".mozilla/native-messaging-hosts/tridactyl.json".source =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue