From bf7718b5db71cd9a73ed043b1706fb7212d6b45a Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Fri, 17 Jan 2025 16:57:34 +0800 Subject: [PATCH] add README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a59fc1 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# NixoS / Home-mangeR ConfiguratioN + +Hey, you. This is my nixos configurations. + +--- + +| Machine | Users | +| --------- | ----- | +| Tytonidae | david | + +--- + +- david@Tytonidae + +| Specialisation | DE / WM | Shell | Editor | Termianal | Launcher | Browser | DM | +| -------------- | --------- | ----------- | ------ | --------- | --------------- | ------- | -------------- | +| default | cosmic de | fish + bash | helix | ghostty | cosmic-launcher | firefox | cosmic-greeter | +| niri | niri | fish + bash | helix | ghostty | fuzzel | firefox | gdm | + +## FlakE OutputS and StructurE + +| `outputs` field | description | source | +| ----------------------------------------- | --------------------------------------------------------------------------- | ---------------------------------------- | +| `packages` | packages imported or wrapped from elsewhere | ./pkgs | +| `overlays.modifications` | the overlays modify | ./overlays/modifications | +| `overlays.additions` | the ovelrays add packages in | ./overlays/additions | +| `nixosModules.default` | nixos modules shared on different nixos machines | ./nixos/modules | +| `nixosConfigurations.${machine}` | machine-local nixos config | ./nixos/configurations/${machine} | +| `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} |