My NixOS config
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Riley Apeldoorn b8257363d3 Tweaks
- Add `pw` wrapper that uses `sk` to make it easier to get passwords
- Enable spellcheck in markdown files in kakoune
2 years ago
machines Update editor color scheme 2 years ago
modules Tweaks 2 years ago
overlays Update editor color scheme 2 years ago
scripts Tweaks 2 years ago
secrets YEET 2 years ago
.gitignore Remove symbolic link 2 years ago
README.md Add readme 2 years ago
colors.nix Fix editor colors a bit 2 years ago
common.nix Pls work lmao 2 years ago
env.nix Reformat 2 years ago
flake.lock Update editor color scheme 2 years ago
flake.nix Sif config, remote website build, agenix for secrets 2 years ago

README.md

NixOS config

NixOS configurations for a number of my machines.

I use home-manager to manage my dotfiles.

Layout

machines/ has a folder for each machine (identified by hostname) with its configuration.nix and hardware-configuration.nix. Modules specific to each machine also go in their respective directories.

Config values that are common to all my machines are in common.nix.

scripts/ contains shell scripts and small, trivial utilities that are intended to be invoked on the command line.

modules/ contains NixOS modules that configure things like git, ssh, my window manager and my editor.

overlays/ contains nix overlays.