Go to file
2024-08-28 12:53:47 +02:00
hardware-configurations statix fix 2024-08-07 20:38:52 +02:00
home add chromium 2024-08-22 13:07:57 +02:00
nixos network 2024-08-28 12:53:47 +02:00
overlays statix fix 2024-08-07 20:38:52 +02:00
packages statix fix 2024-08-07 20:38:52 +02:00
.gitignore vm changes 2024-07-04 08:38:33 +02:00
default.nix dead code removal 2024-08-07 18:44:14 +02:00
flake.lock update 2024-08-21 15:01:08 +02:00
flake.nix alejandra format 2024-08-07 17:41:33 +02:00
Justfile update 2024-08-21 15:01:08 +02:00
LICENSE LICENSE 2023-12-29 07:19:52 +02:00
README.md spaces for README 2024-08-03 17:45:01 +02:00

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