Skip to content

Commit ea22e29

Browse files
committed
Update README.md
1 parent ac7aba4 commit ea22e29

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
11
# nixos
2+
3+
![Preview](./docs/preview.png)
4+
5+
## Synopsis
6+
7+
```
8+
.
9+
├── docs
10+
│   └── documentation-related files, e.g. screenshots, ...
11+
├── dots
12+
│   └── dotfiles, e.g. neovim, ghostty, ...
13+
├── home
14+
│ ├── desktop
15+
│ │   └── home-manager config for desktop hosts
16+
│   ├── headless
17+
│ │   └── home-manager config for non-desktop hosts, e.g. servers
18+
│   └── shared config for both desktop and headless hosts
19+
├── hosts
20+
│ ├── desktops
21+
│ │   ├── orion
22+
│ │ │   └── nixos config for the orion desktop host
23+
│ │   ├── vega
24+
│ │ │   └── nixos config for the vega desktop host
25+
│ │   └── shared config for all desktop hosts
26+
│ ├── servers
27+
│ │   ├── sirius
28+
│ │ │   └── nixos config for the sirius server host
29+
│ │   └── shared config for all server hosts
30+
│   └── shared config for both desktops servers
31+
├── modules
32+
│   └── nixos modules for various services and apps
33+
├── scripts
34+
│   └── useful scripts
35+
├── secrets
36+
│   └── sops secret files
37+
├── wallpapers
38+
│   └── wallpapers used by desktop hosts
39+
```

docs/preview.png

24.6 KB
Loading

0 commit comments

Comments
 (0)