Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nat-418/nix-configs
My personal NixOS / Home Manager setup
https://github.com/nat-418/nix-configs
Last synced: 13 days ago
JSON representation
My personal NixOS / Home Manager setup
- Host: GitHub
- URL: https://github.com/nat-418/nix-configs
- Owner: nat-418
- License: other
- Created: 2024-03-26T17:53:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T20:45:23.000Z (9 months ago)
- Last Synced: 2024-11-05T11:36:45.862Z (about 2 months ago)
- Language: Nix
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nix configurations 🌨️
This repository contains to directories: `nixos` for [NixOS]-specific files,
and `home-manager` for [Home Manager]-specific files.Some files are examples, like `./home-manager/home.nix`, and not real
configurations; these files typically contain sensitive or secret data that
should not be publicly shared. They exist here as simplified examples to give
the reader a sense of how to go about setting up their own files for
themselves.**Note:** these files assume the latest stable NixOS version, currently 23.11,
and the corresponding Nixpkgs and Home Manager versions.This code is open-source software, freely available under the
permissive [0BSD] license.[NixOS]: https://nixos.org
[Home Manager]: https://github.com/nix-community/home-manager
[0BSD]: https://opensource.org/license/0bsd