Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonringer/nixpkgs-config

~/.config/nixpkgs
https://github.com/jonringer/nixpkgs-config

Last synced: about 15 hours ago
JSON representation

~/.config/nixpkgs

Awesome Lists containing this project

README

        

# 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.

```bash
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
```bash
...
extraSpecialArgs = {
withGUI = false;
};
```

To apply changes:
```bash
$ nix run .#home-manager -- switch --flake .#
# or
$ nix develop
# home-manager -- switch --flake .#
```