feat: added new site stuff

This commit is contained in:
Nick 2024-12-08 22:53:40 -06:00
parent 0fd351c9cb
commit ff826c785a
7 changed files with 61 additions and 2 deletions

View file

@ -2,6 +2,9 @@
home.packages = builtins.attrValues {
inherit
(pkgs)
# Browsers
google-chrome
# Messaging
discord

View file

@ -19,6 +19,6 @@
"editor.multiCursorLimit" = 700000;
"elmLS.disableElmLSDiagnostics" = true;
"elmLS.elmReviewDiagnostics" = "warning";
"editor.wordWrap" = true;
"editor.wordWrap" = "on";
};
}