Split up Librewolf CSS to make it more readable

This commit is contained in:
Jimbo 2024-11-13 03:43:51 -05:00
parent ffb1b6d541
commit e0d8fd1473
17 changed files with 303 additions and 359 deletions

View file

@ -3,12 +3,8 @@
services.nfs.server = {
enable = true;
exports = ''
/export/JimboNFS/Downloads *(rw,sync,no_subtree_check)
/export/JimboNFS/Documents *(rw,sync,no_subtree_check)
/export/JimboNFS/Photos *(rw,sync,no_subtree_check)
/export/JimboNFS/Videos *(rw,sync,no_subtree_check)
/export/JimboNFS/Files *(rw,sync,no_subtree_check)
/export/JimboNFS/Media *(rw,sync,no_subtree_check)
/export/JimboNFS/Music *(rw,sync,no_subtree_check)
'';
};