Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erven2016/dotfile.nixos

My personal NixOS configuration.
https://github.com/erven2016/dotfile.nixos

Last synced: 2 months ago
JSON representation

My personal NixOS configuration.

Awesome Lists containing this project

README

        

```tree
.
└── ~/.config/nixos/
├── hosts/ # configurations for hosts
│ └── [*hostname].nix
├── modules/ # shared modules
├── users/ # configurations for users
│ └── [*username].nix
├── configuration.nix # default configuation for installation
├── home.nix # entry of home-manager
├── flake.lock # version locker for Flakes, and do not modify it
└── flake.nix # flake configuration
```