Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION

Warning

This configuration repository is not primarily designed to be copied and used on random machines, proceed with caution.

General directory structure

./
├── home/
│   ├── browser/
│   │   ├── librewolf.nix
│   │   └── ...
│   ├── ...
│   └── default.nix
├── hosts/
│   └── nixos/
│       ├── configuration.nix
│       ├── hardware-configuration.nix
│       ├── home.nix
│       └── packages.nix
├── modules/
│   ├── shell/
│   │   ├── fish.nix
│   │   └── ...
│   ├── ...
│   └── default.nix
├── flake.lock
├── flake.nix
└── README.md
  • All nixos modules are located in modules/, and split into categories
  • All home-manager modules are located in home/, and split into categories
  • System specific configuration can be found in /hosts

About

An opinionated NixOS configuration

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Contributors

Languages