Skip to content

My NixOS and home manager configurations for my machines

Notifications You must be signed in to change notification settings

nhaney/my-nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My NixOS and home manager configurations for my machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published