Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 426 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 426 Bytes

nixpkgs-config

My home-manager configuration. Meant to work across linux and macOS.

mkdir -p ~/.config/
git clone [email protected]:jonringer/nixpkgs-config.git ~/.config/nixpkgs

if running this on a remote machine, change the value of the withGUI specialArg

...
extraSpecialArgs = {
  withGUI = false;
};

To apply changes:

$ nix run .#home-manager -- switch --flake .#<configuration>