diff --git a/README.md b/README.md index d0c1d27..6a64016 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,23 @@ -# My personal nixos config. +# NixOS configurations -### Usage +This repository aims to configure everything I use for all my machines. -To build the nixos system: +### 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](./home/modules/default.nix) +[Check the NixOS modules](./nixos/modules/default.nix) + +These are exposed in the following way +`.homeManagerModules.` +`.nixosModules.` + +Run the following for more info: ```bash -make nixos +nix flake show github:ivandimitrov8080/configuration.nix ``` -To build ivand home: - -```bash -make home -``` - -To make music: -```bash -make music # this will compile the realtime kernel -```