Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skasselbard/nixconfigs
https://github.com/skasselbard/nixconfigs
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skasselbard/nixconfigs
- Owner: Skasselbard
- Created: 2022-11-03T18:55:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T07:42:55.000Z (8 months ago)
- Last Synced: 2024-04-25T08:42:23.540Z (8 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NixConfigs
# NixOS
file structure based on [this](https://xeiaso.net/blog/morph-setup-2021-04-25) suggestion.
[vm exampl](https://github.com/bastiion/nixos-vm-examples/blob/master/grub-test-vm/configuration.nix)
[nixos-generate](https://github.com/nix-community/nixos-generators)
[config options](https://search.nixos.org/options)
[awesome-nix](https://nix-community.github.io/awesome-nix/)
[nixDB for package search](https://4shells.com/nixdb/search)[blog posts on nixos](https://xeiaso.net/blog/series/nixos)
[blog posts on nix-flakes](https://xeiaso.net/blog/series/nix-flakes)[nix pills](https://nixos.org/guides/nix-pills/)
[operators](https://nixos.org/manual/nix/stable/expressions/language-operators.html)
[string manipulation](https://nixos.org/manual/nixpkgs/stable/#sec-functions-library-strings)
[attribute set functions](https://nixos.org/manual/nixpkgs/stable/#sec-functions-library-attrset)
[modules, options and types](https://nixos.org/manual/nixos/stable/index.html#sec-writing-modules)