Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonringer/nixpkgs-config
~/.config/nixpkgs
https://github.com/jonringer/nixpkgs-config
Last synced: about 15 hours ago
JSON representation
~/.config/nixpkgs
- Host: GitHub
- URL: https://github.com/jonringer/nixpkgs-config
- Owner: jonringer
- Created: 2019-06-02T20:49:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T01:04:16.000Z (about 1 month ago)
- Last Synced: 2024-10-17T12:05:12.599Z (about 1 month ago)
- Language: Nix
- Size: 175 KB
- Stars: 153
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .#
```