diff --git a/public/declaritive.svg b/public/declaritive.svg
new file mode 100644
index 0000000..1121e18
--- /dev/null
+++ b/public/declaritive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/reliable.svg b/public/reliable.svg
new file mode 100644
index 0000000..d38a228
--- /dev/null
+++ b/public/reliable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/reproducible.svg b/public/reproducible.svg
new file mode 100644
index 0000000..aceb9e9
--- /dev/null
+++ b/public/reproducible.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/App.svelte b/src/App.svelte
index 8142967..9da6cdb 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -11,6 +11,11 @@
import Title from './slides/Title.svelte'
import PackageGraph from './slides/PackageGraph.svelte'
+ import WhatIsNix from './slides/WhatIsNix.svelte'
+ import AboutMe from './slides/AboutMe.svelte'
+ import History from './slides/History.svelte'
+ import CoreIdea from './slides/CoreIdea.svelte'
+ import TheProblem from './slides/TheProblem.svelte'
onMount(async () => {
await tick()
@@ -28,6 +33,11 @@
+ In 2006, Eelco Dolstra conceived both the Nix expression language and package manager as
+ part of his PhD thesis “The Purely Functional Software Deployment Model”
+
+
+ Also in 2006, as part of his Master's Thesis, Armijn Hemel described NixOS, a Linux
+ distrobution based on the Nix package manager.
+