···
16
-
├── home-manager - all the config's that use home manager and stored centraly here
17
-
│ ├── app - any apps that have home manager configs like neovim get a file here
18
-
│ ├── dots - any config files that need to be symlinked go here eg my hyprland config
19
-
│ ├── machines - the different machines by hostname
20
-
│ │ └── moonlark - my framework laptop
21
-
│ └── wm - window manager config; honestly it could probly be moved to app/hyprland
22
-
│ └── hyprland - hyprland config
23
-
├── moonlark - the files pertaining to my moonlark machine that aren't home manager related
24
-
└── secrets - any secrets that are encrypted with agenix go here
15
+
~/dots # symlinked to /etc/nixos
16
+
├── home-manager # all the config's that use home manager and stored centraly here
17
+
│ ├── dots # any config files that need to be symlinked go here eg. my hyprland config
19
+
│ ├── machines # the different machines by hostname
20
+
│ │ ├── ember # dell poweredge r210 running ubuntu
21
+
│ │ ├── moonlark # my framework laptop
22
+
│ │ ├── nest # tilde server from hackclub
23
+
│ │ └── tacyon # rpi 5 from cyber camp
25
+
│ ├── apps # config for various apps goes here
26
+
│ └── wm # currently i only have hyprland
28
+
├── moonlark # prone to moving but my nixos config
29
+
└── secrets # change these lol; all encrypted with agenix
37
+
> Also to note that this configuration will **not** work if you do not change any of the [secrets](./secrets) since they are encrypted.
You could either install a NixOS machine (rn there is just `moonlark`) or you can use the home-manager instructions
···
**Last updated: 2024-12-27**
194
-

195
-

196
-

202
+

203
+

204
+



