Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.16 KB

GDWR's Nix Flake

Quickstart

See flake outputs: nix flake show github:gdwr/nixcfg
Install host: nixos-rebuild switch --flake github:gdwr/nixcfg#desktop
Run package: nix run github:gdwr#krisp-patch

Repository Layout

├── assets           # Data files uses within configurations or repository
├── homes            # Elementary, my dear Watson. Homes utilizing home-manager
│   └── gdwr         # Hey! Thats me. Full fat, desktop environment. 
├── hosts            # Actual systems, hardware/system configurations
│   ├── desktop      # By name and by nature, x86 AMD + Nvidia GPU
│   └── laptop       # By name and by nature, x86 Intel
├── packages         # Exported nix flake packages, `nix run github:gdwr/nixcfg#packageName`
│   └── krisp-patch  # Patch discord krisp to navigate around DRM disabling.
└── secrets          # agenix managed secrets

Resources