Nix noob trying to build his system
Find a file
2023-06-15 19:44:14 -05:00
system System-level + home-manager stylix works now! 2023-06-15 19:44:14 -05:00
themes Finished creating all theme readme's!! 2023-06-07 19:16:23 -05:00
user Revived cbx script to copy images directly to clipboard 2023-06-15 19:05:18 -05:00
flake.lock Updated system 2023-06-15 16:53:53 -05:00
flake.nix System-level + home-manager stylix works now! 2023-06-15 19:44:14 -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/b752902ef480e20e054a74d3470c439d4ca3bb5b/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.