2023-06-11 10:26:47 -05:00
2023-06-11 10:26:47 -05:00
2023-06-09 16:30:05 -05:00
2023-06-11 10:26:47 -05:00
2023-04-22 20:48:09 +00: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: 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.

Description
Nix noob trying to build his system
Readme GPL-3.0 2.9 GiB
Languages
Nix 66.7%
Python 15.9%
Emacs Lisp 9.3%
Shell 4.7%
Mustache 3.4%