Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️ My NixOS & Home Manager Configurations ❄️

Now using (my interpretation) of the Dendritic pattern powered by flake-parts and import-tree:

flake.nix
modules/    # everything in here is auto-imported by import-tree
├── users.nix   # all user (home-manager) configs
├── machines/   # all machine (nixos) configs
│   └── <machine>/
│       ├── default.nix     # machine-specific nixos config
│       └── _hardware.nix   # machine-specific hardware config
└── features/   # feature modules are used in machine and user configs
    ├── <feature>.nix       # defines this feature module
    └── <feature>/
        ├── default.nix     # defines this feature module
        └── _<part>.nix     # is part of this feature module

About

My Nix, NixOS, and Home Manager configurations and modules with Flakes.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages