Nix noob trying to build his system
Find a file
2023-06-11 21:39:16 -05:00
system Improved documentation for my config 2023-06-11 10:26:47 -05:00
themes Finished creating all theme readme's!! 2023-06-07 19:16:23 -05:00
user Added more documentation for important configs 2023-06-11 21:39:16 -05:00
flake.lock Updated system 2023-06-09 16:30:05 -05:00
flake.nix Improved documentation for my config 2023-06-11 10:26:47 -05:00
install.org Improved documentation for my config 2023-06-11 10:26:47 -05:00
LICENSE Add LICENSE 2023-04-22 20:48:09 +00:00
README.org Improved documentation for my config 2023-06-11 10:26:47 -05:00

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/42afdcbd8958b32ec58602a4c96e36467560bed0/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.