Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fridh/nix-config
My Nix configuration files
https://github.com/fridh/nix-config
nix nix-flake
Last synced: 3 months ago
JSON representation
My Nix configuration files
- Host: GitHub
- URL: https://github.com/fridh/nix-config
- Owner: FRidh
- License: bsd-2-clause
- Created: 2015-08-07T15:33:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T08:29:06.000Z (6 months ago)
- Last Synced: 2024-10-11T23:37:27.406Z (4 months ago)
- Topics: nix, nix-flake
- Language: Nix
- Homepage:
- Size: 114 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nix-config
My Nix configuration files## Machines
Has a .nix file per machine.
`ln -s path/to/nix-config/machines/ /etc/nixos/configuration.nix`
## Users
Has a .nix file per user.
`ln -s path/to/nix-config/users/ /home//.nixpkgs/config.nix`
## Packages
Has expressions with package collections.
## Shells
Has expressions that can be used with `nix-shell`.