diff --git a/README.md b/README.md index f01c08b..2fd8688 100644 --- a/README.md +++ b/README.md @@ -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 | - |