summaryrefslogtreecommitdiffstats
path: root/content/computer/os
diff options
context:
space:
mode:
Diffstat (limited to 'content/computer/os')
-rw-r--r--content/computer/os/_index.md5
-rw-r--r--content/computer/os/first-steps-to-nixos.md9
-rw-r--r--content/computer/os/from-zero-to-nix.md9
-rw-r--r--content/computer/os/how-to-install-nixos-from-nixos.md9
-rw-r--r--content/computer/os/how-to-setup-neo-vim-on-nixos.md9
-rw-r--r--content/computer/os/my-experience-when-switching-to-nixos-part-1.md9
-rw-r--r--content/computer/os/my-experience-when-switching-to-nixos-part-2.md9
-rw-r--r--content/computer/os/my-experience-when-switching-to-nixos-part-3.md9
-rw-r--r--content/computer/os/my-experience-when-switching-to-nixos-part-4.md9
-rw-r--r--content/computer/os/my-experience-when-switching-to-nixos-part-5.md9
-rw-r--r--content/computer/os/my-experience-when-switching-to-nixos-part-6.md9
-rw-r--r--content/computer/os/my-experience-when-switching-to-nixos-part-7.md9
-rw-r--r--content/computer/os/my-experience-when-switching-to-nixos-part-8.md9
-rw-r--r--content/computer/os/nixos-19-03-and-wayland.md9
-rw-r--r--content/computer/os/nixos-on-unstable-how-to-fix-a-broken-nixos-rebuild.md9
-rw-r--r--content/computer/os/racket-on-nixos.md9
-rw-r--r--content/computer/os/switching-to-kde.md9
-rw-r--r--content/computer/os/the-world-in-a-shell.md9
-rw-r--r--content/computer/os/why-i-use-linux.md9
19 files changed, 167 insertions, 0 deletions
diff --git a/content/computer/os/_index.md b/content/computer/os/_index.md
new file mode 100644
index 0000000..2922588
--- /dev/null
+++ b/content/computer/os/_index.md
@@ -0,0 +1,5 @@
++++
+title = "Operating Systems"
+sort_by = "weight"
++++
+
diff --git a/content/computer/os/first-steps-to-nixos.md b/content/computer/os/first-steps-to-nixos.md
new file mode 100644
index 0000000..6bd866d
--- /dev/null
+++ b/content/computer/os/first-steps-to-nixos.md
@@ -0,0 +1,9 @@
++++
+title = "First steps to NixOS"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/first-steps-to-nixos.json"
++++
+
diff --git a/content/computer/os/from-zero-to-nix.md b/content/computer/os/from-zero-to-nix.md
new file mode 100644
index 0000000..f717732
--- /dev/null
+++ b/content/computer/os/from-zero-to-nix.md
@@ -0,0 +1,9 @@
++++
+title = "From zero to nix"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/from-zero-to-nix.json"
++++
+
diff --git a/content/computer/os/how-to-install-nixos-from-nixos.md b/content/computer/os/how-to-install-nixos-from-nixos.md
new file mode 100644
index 0000000..895b56b
--- /dev/null
+++ b/content/computer/os/how-to-install-nixos-from-nixos.md
@@ -0,0 +1,9 @@
++++
+title = "How to install NixOS from NixOS"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/how-to-install-nixos-from-nixos.json"
++++
+
diff --git a/content/computer/os/how-to-setup-neo-vim-on-nixos.md b/content/computer/os/how-to-setup-neo-vim-on-nixos.md
new file mode 100644
index 0000000..21457bf
--- /dev/null
+++ b/content/computer/os/how-to-setup-neo-vim-on-nixos.md
@@ -0,0 +1,9 @@
++++
+title = "How to setup (neo)vim on NixOS"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/how-to-setup-neo-vim-on-nixos.json"
++++
+
diff --git a/content/computer/os/my-experience-when-switching-to-nixos-part-1.md b/content/computer/os/my-experience-when-switching-to-nixos-part-1.md
new file mode 100644
index 0000000..abe24f9
--- /dev/null
+++ b/content/computer/os/my-experience-when-switching-to-nixos-part-1.md
@@ -0,0 +1,9 @@
++++
+title = "My experience when switching to NixOS - Part 1"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/my-experience-when-switching-to-nixos-part-1.json"
++++
+
diff --git a/content/computer/os/my-experience-when-switching-to-nixos-part-2.md b/content/computer/os/my-experience-when-switching-to-nixos-part-2.md
new file mode 100644
index 0000000..0b52fbf
--- /dev/null
+++ b/content/computer/os/my-experience-when-switching-to-nixos-part-2.md
@@ -0,0 +1,9 @@
++++
+title = "My experience when switching to NixOS - Part 2"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/my-experience-when-switching-to-nixos-part-2.json"
++++
+
diff --git a/content/computer/os/my-experience-when-switching-to-nixos-part-3.md b/content/computer/os/my-experience-when-switching-to-nixos-part-3.md
new file mode 100644
index 0000000..63951c3
--- /dev/null
+++ b/content/computer/os/my-experience-when-switching-to-nixos-part-3.md
@@ -0,0 +1,9 @@
++++
+title = "My experience when switching to NixOS - Part 3"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/my-experience-when-switching-to-nixos-part-3.json"
++++
+
diff --git a/content/computer/os/my-experience-when-switching-to-nixos-part-4.md b/content/computer/os/my-experience-when-switching-to-nixos-part-4.md
new file mode 100644
index 0000000..70da5d4
--- /dev/null
+++ b/content/computer/os/my-experience-when-switching-to-nixos-part-4.md
@@ -0,0 +1,9 @@
++++
+title = "My experience when switching to NixOS - Part 4"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/my-experience-when-switching-to-nixos-part-4.json"
++++
+
diff --git a/content/computer/os/my-experience-when-switching-to-nixos-part-5.md b/content/computer/os/my-experience-when-switching-to-nixos-part-5.md
new file mode 100644
index 0000000..558ea06
--- /dev/null
+++ b/content/computer/os/my-experience-when-switching-to-nixos-part-5.md
@@ -0,0 +1,9 @@
++++
+title = "My experience when switching to NixOS - Part 5"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/my-experience-when-switching-to-nixos-part-5.json"
++++
+
diff --git a/content/computer/os/my-experience-when-switching-to-nixos-part-6.md b/content/computer/os/my-experience-when-switching-to-nixos-part-6.md
new file mode 100644
index 0000000..bce4a04
--- /dev/null
+++ b/content/computer/os/my-experience-when-switching-to-nixos-part-6.md
@@ -0,0 +1,9 @@
++++
+title = "My experience when switching to NixOS - Part 6"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/my-experience-when-switching-to-nixos-part-6.json"
++++
+
diff --git a/content/computer/os/my-experience-when-switching-to-nixos-part-7.md b/content/computer/os/my-experience-when-switching-to-nixos-part-7.md
new file mode 100644
index 0000000..4110d01
--- /dev/null
+++ b/content/computer/os/my-experience-when-switching-to-nixos-part-7.md
@@ -0,0 +1,9 @@
++++
+title = "My experience when switching to NixOS - Part 7"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/my-experience-when-switching-to-nixos-part-7.json"
++++
+
diff --git a/content/computer/os/my-experience-when-switching-to-nixos-part-8.md b/content/computer/os/my-experience-when-switching-to-nixos-part-8.md
new file mode 100644
index 0000000..721b81d
--- /dev/null
+++ b/content/computer/os/my-experience-when-switching-to-nixos-part-8.md
@@ -0,0 +1,9 @@
++++
+title = "My experience when switching to NixOS - Part 8"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/my-experience-when-switching-to-nixos-part-8.json"
++++
+
diff --git a/content/computer/os/nixos-19-03-and-wayland.md b/content/computer/os/nixos-19-03-and-wayland.md
new file mode 100644
index 0000000..d41e216
--- /dev/null
+++ b/content/computer/os/nixos-19-03-and-wayland.md
@@ -0,0 +1,9 @@
++++
+title = "NixOS 19.03 and wayland"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/nixos-19-03-and-wayland.json"
++++
+
diff --git a/content/computer/os/nixos-on-unstable-how-to-fix-a-broken-nixos-rebuild.md b/content/computer/os/nixos-on-unstable-how-to-fix-a-broken-nixos-rebuild.md
new file mode 100644
index 0000000..8a4d19a
--- /dev/null
+++ b/content/computer/os/nixos-on-unstable-how-to-fix-a-broken-nixos-rebuild.md
@@ -0,0 +1,9 @@
++++
+title = "NixOS on unstable - How to fix a broken nixos-rebuild"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/nixos-on-unstable-how-to-fix-a-broken-nixos-rebuild.json"
++++
+
diff --git a/content/computer/os/racket-on-nixos.md b/content/computer/os/racket-on-nixos.md
new file mode 100644
index 0000000..64cb771
--- /dev/null
+++ b/content/computer/os/racket-on-nixos.md
@@ -0,0 +1,9 @@
++++
+title = "Racket on NixOS"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/racket-on-nixos.json"
++++
+
diff --git a/content/computer/os/switching-to-kde.md b/content/computer/os/switching-to-kde.md
new file mode 100644
index 0000000..ca60cd1
--- /dev/null
+++ b/content/computer/os/switching-to-kde.md
@@ -0,0 +1,9 @@
++++
+title = "Switching to KDE"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/switching-to-kde.json"
++++
+
diff --git a/content/computer/os/the-world-in-a-shell.md b/content/computer/os/the-world-in-a-shell.md
new file mode 100644
index 0000000..cdb5792
--- /dev/null
+++ b/content/computer/os/the-world-in-a-shell.md
@@ -0,0 +1,9 @@
++++
+title = "The world in a Shell"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/the-world-in-a-shell.json"
++++
+
diff --git a/content/computer/os/why-i-use-linux.md b/content/computer/os/why-i-use-linux.md
new file mode 100644
index 0000000..0acafcf
--- /dev/null
+++ b/content/computer/os/why-i-use-linux.md
@@ -0,0 +1,9 @@
++++
+title = "Why I use Linux"
+weight = 1
+template = "blog-import.html"
+
+[extra]
+blogimport = "blog-imports/why-i-use-linux.json"
++++
+