update README.md

This commit is contained in:
ulic-youthlic 2025-01-28 19:15:17 +08:00
parent f4e1d75185
commit 15a22cc594
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -7,6 +7,8 @@ Hey, you. This is my nixos configurations.
| Machine | Users |
| --------- | ----- |
| Tytonidae | david |
| Akun | david |
| Cape | alice |
---
@ -17,6 +19,18 @@ Hey, you. This is my nixos configurations.
| default | cosmic de | fish + bash | helix | ghostty | cosmic-launcher | firefox | cosmic-greeter |
| niri | niri | fish + bash | helix | ghostty | fuzzel | firefox | gdm |
- david@Akun
| Specialisation | DE / WM | Shell | Editor | Termianal | Launcher | Browser | DM |
| -------------- | ------- | ----------- | ------ | --------- | -------- | ------- | ---- |
| default | kde | fish + bash | helix | ghostty | - | firefox | sddm |
- alice@Cape
| Specialisation | DE / WM | Shell | Editor | Termianal | Launcher | Browser | DM |
| -------------- | ------- | ----------- | ------ | --------- | -------- | ------- | -- |
| default | - | fish + bash | helix | - | - | - | - |
## FlakE OutputS and StructurE
| `outputs` field | description | source |
@ -29,3 +43,4 @@ Hey, you. This is my nixos configurations.
| `homeManagerModules.default` | home-manager modules shared between different user and machine combinations | ./home/modules |
| `homeManagerModules.${user}` | home-manager modules shared between different users | ./home/${user}/modules |
| `homeConfigurations."${user}@${machine}"` | home-manager config for different user and machine combinations | ./home/${user}/configurations/${machine} |
| `deploy.nodes.${machine}.system` | deploy-rs profile for deploying `nixosConfiguration.${machine}` remotely | - |