nixos-config/README.org
2023-06-11 10:26:47 -05:00

1.3 KiB

NixOS Config

Main Repo Link (GitLab)

Mirror Repo Link (GitHub)

What is this repository?

These are my dotfiles (configuration files) for my NixOS setup(s).

Here is my main setup: /byteio/nixos-config/media/commit/2615d4d2553a9444931b8a62368203467580554f/themes/ayu-dark/ayu-dark.png

Install

I wrote some reinstall notes for myself here (install.org).

Modules

Separate Nix files can be imported as modules using an import block:

imports = [ import1.nix
            import2.nix
            ...
          ];

This conveniently allows configurations to be separated and swapped around quickly.

I have my modules separated into two groups:

More detailed information on these specific modules are in the system directory and user directory respectively.