Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanjameswatson/dotfiles
NixOS and home-manager configurations
https://github.com/jonathanjameswatson/dotfiles
Last synced: 7 days ago
JSON representation
NixOS and home-manager configurations
- Host: GitHub
- URL: https://github.com/jonathanjameswatson/dotfiles
- Owner: jonathanjameswatson
- License: mit
- Created: 2023-08-08T15:00:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T17:03:29.000Z (5 months ago)
- Last Synced: 2024-11-14T00:26:30.051Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 223 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My NixOS and home-manager configurations.
## FAQ
### How do I set up command-not-found?
Run:
```bash
nix-channel --add https://nixos.org/channels/nixos-23.11 nixos
sudo nix-channel --update
```