My NixOS configuration files
 
 
 
Go to file
Joshua Potter 47d8b67154 Explain general organization. 2023-12-07 11:29:20 -07:00
jrpotter Add prettier formatting to tsserver-attached buffers. 2023-12-03 12:54:43 -07:00
.gitignore Initial commit. 2023-11-17 04:58:33 -07:00
README.md Explain general organization. 2023-12-07 11:29:20 -07:00
configuration.nix Add rootless docker. 2023-11-18 15:20:09 -07:00
flake.lock Update bootstrap `v0.1.2`. 2023-11-30 10:21:56 -07:00
flake.nix Update bootstrap `v0.1.2`. 2023-11-30 10:21:56 -07:00

README.md

nixos-configuration

The collection of publically visible nixos-configuration files used for my personal machines. The only file not tracked is hardware-configuration.nix since this is auto-generated when installinp NixOS.

Overview

System-wide configuration is found in configuration.nix. User-specific configuration is grouped within a top-level directory corresponding to the user's username (as of now, just jrpotter). The top-level flake.nix file links the system and user configurations together.