https://github.com/mnajib/my-nix-utils
https://github.com/mnajib/my-nix-utils
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnajib/my-nix-utils
- Owner: mnajib
- Created: 2025-07-12T13:26:42.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-07-12T23:55:26.000Z (4 months ago)
- Last Synced: 2025-07-13T01:15:17.734Z (4 months ago)
- Language: Nix
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
├── lib/
│ ├── my-helpers.nix # Contains functions for scanning directories
│ └── flake-parts/
│ ├── systems.nix # flake-parts module to generate nixosConfigurations
│ ├── homes.nix # flake-parts module to generate homeConfigurations (optional, for standalone Home-Manager)
│ └── modules.nix # flake-parts module to expose custom modules