Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 678 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 678 Bytes

my-nixos-config

This repo contains my:

  • NixOS machine configurations (nixosConfigurations)
  • Standalone home manager configurations (homeConfigurations)
  • Nix helper functions (lib)

NixOS configuration installation

From the root of the repo:

$ sudo nixos-rebuild switch --flake .#<hostname>

Home manager installation (standalone)

$ home-manager switch --flake .#your-username@<hostname>

Lib functions exposed

lib.mkMyNeovim

Used to create a custom neovim derivation so I can have a consistent experience between projects.

To for usage details, see the implementation of the function here.