configuration.nix/README.md

643 B

NixOS configurations

This repository aims to configure everything I use for all my machines.

Goals

  • Provide me with something that I personally can use.
  • Make it modular so that it can be reused by other people or me on other people's machines (my company's workstation).

How to use

Check the home-manager modules

Check the NixOS modules

These are exposed in the following way

<this-flake>.homeManagerModules.<module>

<this-flake>.nixosModules.<module>

Run the following for more info:

nix flake show github:ivandimitrov8080/configuration.nix