feat: Initial commit for system settings software

This is a collaboration between TheCodedProf and Pineafan for making an
app to configure all non-nix configured settings (maybe some nix ones
too if it's feasible)

This commit includes some of the default generated code from tauri and
Next.js, however most of the frontend Next.js has been replaced in use
of designing a navbar.

Change-Id: Ie65b0b625dc6dbb7427fcb913e2112705b47c84a
diff --git a/backend/build.rs b/backend/build.rs
new file mode 100644
index 0000000..795b9b7
--- /dev/null
+++ b/backend/build.rs
@@ -0,0 +1,3 @@
+fn main() {
+  tauri_build::build()
+}