summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2026-02-13 01:23:59 -0800
committerPreston Pan <ret2pop@gmail.com>2026-02-13 01:23:59 -0800
commit033056e00e71b9cc8e26c5969cabbd9a1c61edbb (patch)
tree70ae05aa4c6c7b6186b973f735118e66c56bfaf8 /config
parentef4bd15026b83f487cf064e7b7ce098cc8aca375 (diff)
commit before merge
Diffstat (limited to 'config')
-rw-r--r--config/nix.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/nix.org b/config/nix.org
index 151b39b..3d146fd 100644
--- a/config/nix.org
+++ b/config/nix.org
@@ -40,7 +40,6 @@ We start with some configurable variables (you can change these if you want to u
];
}
#+end_src
-
* Flake.nix
The flake is the entry point of the NixOS configuration. Here, I have a list of all the systems
that I use with all the modules that they use. My NixOS configuration is heavily modularized,