Skip to content

haras-unicorn/dot

Repository files navigation

Dot

My NixOS configurations.

Installation

Use Nix to switch your NixOS system to one of the configurations.

sudo nixos-rebuild switch --flake ".#<name>"

Use Nix to get a list of available NixOS configurations in the nixosConfigurations section.

nix flake show

Usage

As per the license, you may use code from this repository to make your own configurations. The project relies on flake-parts and import-tree flakes to create the flake from flake modules inside ./src.

Most flake modules under ./src define either a nixosModule or a homeModule or both. Some of the modules define glue code for various tools that I started relying on over the years which include but are not limited to:

The project uses the just command runner for running commands and nushell for running more complicated commands on my host machines. Both expect to be ran from inside the default development shell.

Contributing

Pull requests will not be accepted as these are my personal configurations.

License

This project is licensed under the MIT license.

About

Configurations for my NixOS systems.

Resources

License

Stars

Watchers

Forks

Contributors