Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanlking/system
My Nix system configurations & Dotfiles
https://github.com/jonathanlking/system
dotfiles nixos-configuration
Last synced: 25 days ago
JSON representation
My Nix system configurations & Dotfiles
- Host: GitHub
- URL: https://github.com/jonathanlking/system
- Owner: jonathanlking
- License: mit
- Created: 2020-04-12T18:12:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T15:47:15.000Z (8 months ago)
- Last Synced: 2024-11-07T05:47:40.337Z (3 months ago)
- Topics: dotfiles, nixos-configuration
- Language: Nix
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nix configurations
This repo contains my nix-ified dev environment (through home-manager) and machine configurations.
Make sure nix > 2.4 installed, as it uses flakes.
Some commands (e.g. `home-switch`) rely on this repo being cloned to your home
directory.Run `home-manager/install.sh` to quickly set up a home-manager environment.
On `linux-desktop` I had to run `nix-env --set-flag priority 0 nix` to fix a
conflict.This is heavily inspired/copied from:
* https://github.com/mjlbach/nix-dotfiles
* https://github.com/mitchellh/nixos-config