#+title:CaptainJawZ's system configuration

This is my personal system configuration, a project powered by the amazing self-documenting capabilities of Emacs and NixOS. The goal of this project is to create a declarative repository. Which when cloned into a live CD, will replicate my ideal system into a fresh NixOS installation, preconfigured to my every preference out of the box.

You may be wondering what that system looks like, so here is an overview:

return x * y
14
list = [["blender", "gimp", "krita"],["curtail"]]
return list
blender gimp krita
curtail
return <<square(x=2, y=3)>> + 3
  • blender
  • krita
  • gimp
for item in list:
    print(item)
['blender']
['krita']
['gimp']
Description
No description provided
Readme 2.4 MiB
Languages
Nix 90.8%
Emacs Lisp 6.8%
Shell 2.4%