Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/erven2016/dotfile.nixos
- Owner: Erven2016
- Created: 2024-08-17T13:45:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T02:06:44.000Z (2 months ago)
- Last Synced: 2024-11-05T03:18:26.995Z (2 months ago)
- Language: Nix
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```