configuration.nix/README.md
2024-08-03 17:43:30 +02:00

640 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