refactor!: restructure and document configuration
This commit is contained in:
parent
4a02e072a7
commit
f87f9995be
126 changed files with 957 additions and 590 deletions
51
shared/README.md
Normal file
51
shared/README.md
Normal file
|
@ -0,0 +1,51 @@
|
|||
In this directory you will find the configuration for [NixOS] and [Home Manager] that I share across multiple machines.
|
||||
|
||||
## File structure
|
||||
|
||||
### ./nixos
|
||||
|
||||
- `default.nix`
|
||||
- _Entry point._
|
||||
- `common.nix`
|
||||
- _General configuration and packages._
|
||||
- `desktop.nix`
|
||||
- _Desktop specific configuration._
|
||||
- `gaming.nix`
|
||||
- _Gaming related configuration._
|
||||
- `hardware.nix`
|
||||
- _Hardware specific configuration._
|
||||
- `system.nix`
|
||||
- _Configuration pertaining the system._
|
||||
- `virtualization.nix`
|
||||
- _Virtualization packages and configuration._
|
||||
|
||||
### ./home-manager
|
||||
|
||||
- `default.nix`
|
||||
- _Entry point._
|
||||
- `common.nix`
|
||||
- _General and misc. packages alongside uncategorized dotfiles._
|
||||
- `gaming.nix`
|
||||
- _Packages and dotfiles pertaining games/gaming._
|
||||
- `theming.nix`
|
||||
- _Theming of the system and it's packages._
|
||||
- `dotfiles/`
|
||||
- _Program specific user configuration._
|
||||
- `scripts/`
|
||||
- _Contains scripts that I may use day to day._
|
||||
|
||||
#### Screenshots
|
||||
|
||||
Waybar:
|
||||
|
||||

|
||||
|
||||
Rofi:
|
||||
|
||||

|
||||
|
||||
|
||||
<!-- REFERENCES -->
|
||||
|
||||
[nixos]: https://nixos.org
|
||||
[home manager]: https://github.com/nix-community/home-manager
|
Loading…
Add table
Add a link
Reference in a new issue