We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6008d commit cebe91eCopy full SHA for cebe91e
README.md
@@ -1,51 +1,3 @@
1
# nixos
2
3

4
-
5
-### Logical Architecture
6
7
-```
8
-flake
9
- │
10
- └──hosts
11
12
- ├──desktop
13
- │ │
14
- │ ├──default.nix
15
- │ │ │
16
- │ │ └──~/home/desktop
17
18
- │ │ └──default.nix
19
20
- │ │ ├──*.nix
21
22
- │ │ └──../default.nix
23
24
- │ │ ├──editor.nix
25
26
- │ │ └──shell.nix
27
28
- │ ├──*.nix
29
30
- │ └──~/modules/**.nix
31
32
- │ └──sobs.nix
33
34
- │ └──~/secrets/secrets.yaml
35
36
- └── TODO
37
38
- └──default.nix
39
40
- └──~/home/headless
41
42
43
44
- ├──*.nix
45
46
- └──../default.nix
47
48
- ├──editor.nix
49
50
- └──shell.nix
51
0 commit comments