Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dramforever/config
Random config (v2, clean history)
https://github.com/dramforever/config
nix-flake
Last synced: about 2 months ago
JSON representation
Random config (v2, clean history)
- Host: GitHub
- URL: https://github.com/dramforever/config
- Owner: dramforever
- License: mit
- Created: 2020-03-31T08:23:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T16:36:38.000Z (3 months ago)
- Last Synced: 2024-10-18T13:53:48.201Z (3 months ago)
- Topics: nix-flake
- Language: Nix
- Homepage:
- Size: 312 KB
- Stars: 24
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# config
Random config files
## Nix Flake
This repository contains a Nix Flake. To use it, use the following Flake URL:
```plain
github:dramforever/config
```Contents of this flake:
```console
$ nix flake show github:dramforever/config
github:dramforever/config/[...]
├───defaultPackage
│ └───x86_64-linux: package 'dram-packages'
├───legacyPackages
│ ├───aarch64-linux: omitted (use '--legacy' to show)
│ ├───i686-linux: omitted (use '--legacy' to show)
│ ├───x86_64-darwin: omitted (use '--legacy' to show)
│ └───x86_64-linux: omitted (use '--legacy' to show)
├───nixosConfigurations
│ ├───madoka: NixOS configuration
│ └───sakuya: NixOS configuration
└───overlays: unknown
```