Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/errornointernet/configuration.nix
My NixOS configuration
https://github.com/errornointernet/configuration.nix
dotfiles flakes home-manager hyprland nix nix-on-droid nixos nixos-configuration nixvim reproducibility rice
Last synced: 6 days ago
JSON representation
My NixOS configuration
- Host: GitHub
- URL: https://github.com/errornointernet/configuration.nix
- Owner: ErrorNoInternet
- License: lgpl-3.0
- Created: 2023-09-08T05:13:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:39:40.000Z (9 months ago)
- Last Synced: 2024-04-13T21:50:31.241Z (9 months ago)
- Topics: dotfiles, flakes, home-manager, hyprland, nix, nix-on-droid, nixos, nixos-configuration, nixvim, reproducibility, rice
- Language: Nix
- Homepage: https://nixos.org
- Size: 17.1 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ❄️ configuration.nix
Nix flake for my workstations, servers, home-manager configuration, and a lot more.
## 📁 Contents
- [droid](/droid): [nix-on-droid](https://github.com/nix-community/nix-on-droid) (termux, but Nix) configuration for my phone
- [home](/home): user dotfiles for my workstations, servers, and phone
- [library](/library): Nix helper functions (e.g. mkSystem and mkSpecialisation)
- [other](/other): other (configuration) files that don't fit in Nix expressions
- [packages](/packages): scripts and patched programs to make my life easier
- [shared](/shared): shared modules (and binary caches) applied everywhere
- [shells](/shells): Nix development shells/environments (e.g. rust nightly)
- [nixos](/nixos): everything for NixOS (nixosConfigurations attribute)
- [server](/server): system configuration for some of my dedicated servers
- [workstation](/workstation): system configuration for my laptops / desktops## 🖥️ Screenshots
![Screenshot 0](./screenshots/0.png)
![Screenshot 1](./screenshots/1.png)## 💾 Inspiration
- https://github.com/fufexan/dotfiles
- https://github.com/Mic92/dotfiles
- https://github.com/workflow/dotfiles