Nix noob trying to build his system
Find a file
2023-06-20 17:01:13 -05:00
system Added domain blocklist 2023-06-17 22:48:58 -05:00
themes Finished creating all theme readme's!! 2023-06-07 19:16:23 -05:00
user Updated xmobar st status to recognize process stop 2023-06-20 17:01:13 -05:00
flake.lock Added domain blocklist 2023-06-17 22:48:58 -05:00
flake.nix Added domain blocklist 2023-06-17 22:48:58 -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/4d32d11d1d6fe1dbd514e0611f9c2e57c75c64a0/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.