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

https://github.com/klutchell/home-manager-config


https://github.com/klutchell/home-manager-config

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# nixpkgs-config

My Home-Manager configuration with Flakes.

## Getting Started

Installation with Flakes:

```bash
# 1. Clone repository
# 2. Nix build
nix build --no-link .#homeConfigurations.kyle.activationPackage
# 3. Activate
"$(nix path-info .#homeConfigurations.kyle.activationPackage)"/activate
# 4. Switch
home-manager switch --flake '.#kyle'
```