Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sporto/nixpkgs
https://github.com/sporto/nixpkgs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sporto/nixpkgs
- Owner: sporto
- Created: 2023-02-18T21:23:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T01:22:07.000Z (9 months ago)
- Last Synced: 2024-05-09T07:11:21.079Z (8 months ago)
- Language: Nix
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My home configuration (.dotfile) files via Nix Home Manager
Clone this repository to `~/.config/home-manager`
## Install nix
```
make reinstall
```## Enable Flakes
```
mkdir -p ~/.config/nix
```In `~/.config/nix/nix.conf` add
```
experimental-features = nix-command flakes
```## Restart the daemon
```
sudo launchctl kickstart -k system/org.nixos.nix-daemon
```## Install home manager
```
nix run . switch
```## Rebuild
```
home-manager switch -b bak
```