Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petarkirov/dotfiles-old
https://github.com/petarkirov/dotfiles-old
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/petarkirov/dotfiles-old
- Owner: PetarKirov
- License: mit
- Created: 2023-11-13T18:16:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T18:37:22.000Z (about 1 year ago)
- Last Synced: 2024-12-17T04:52:27.747Z (21 days ago)
- Language: Shell
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nix Flakes-based System and Home Configuration
`flake.nix` is the repo entrypoint. It contains the following outputs:
* `nixosConfigurations.*` - [NixOS][0] system configurations
* `homeConfigurations.*` - Nix [Home Manager][1] configuration
* `nixOnDroidConfigurations.*` - [Nix-on-Droid][2] configuration for Nix-powered Android shell environmentAdditionally, this repo contains config (dot) files for:
* [Git](https://git-scm.com/)
* [Fish (Shell)](https://fishshell.com/)
* [NeoVim](https://neovim.io/)[0]: https://nixos.org/
[1]: https://github.com/nix-community/home-manager
[2]: https://github.com/t184256/nix-on-droid