Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 609 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 609 Bytes

nixpkgs-config

Originally, this was for managing my ~/.config/nixpkgs files, but evolved into my home-manager configuration.

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>
# or
$ nix develop
# home-manager -- switch --flake .#<configuration>