Skip to content

GDWR/nixcfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
│   └── xavier       # Nvidia Jetson Xaiver, ARM64 + Nvidia specialized GPU
├── 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

About

my nix flake of assorted things

Resources

Stars

Watchers

Forks