An open API service indexing awesome lists of open source software.

https://github.com/mavolin/nixsys

💻️ My NixOS configuration.
https://github.com/mavolin/nixsys

dotfiles nix nixos

Last synced: 2 months ago
JSON representation

💻️ My NixOS configuration.

Awesome Lists containing this project

README

        


nixsys

[![License MIT](https://img.shields.io/github/license/mavolin/nixsys)](./LICENSE)

---

## About

This is my NixOS configuration that I use for my personal laptop.

The most general settings can be changed by editing [base.nix](./base.nix).

Note that this configuration will not build if you clone it, since `user/programs/git-settings.nix` is missing.
See [git.nix](./user/programs/git.nix) for more information about this file.

The [flake.lock](./flake.lock) in this repo will only be updated alongside other changes.
I will not create a new commit just because I updated my system.

## License

Available under the [MIT License](./LICENSE).