more testing of readme

This commit is contained in:
cnst
2024-08-18 17:27:43 +02:00
parent 210202afe5
commit 20e1f430bc
3 changed files with 133 additions and 51 deletions

72
system/README.md Normal file
View File

@@ -0,0 +1,72 @@
```
└── system
├── boot
│   └── lanzaboote
├── etc
│   ├── dconf
│   ├── fonts
│   ├── locale
│   ├── security
│   ├── xdg
│   ├── xserver
│   │   ├── amd
│   │   │   └── hhkbse
│   │   └── nvidia
│   ├── zram
│   └── zsh
├── modules
│   ├── gaming
│   │   ├── gamemode
│   │   ├── gamescope
│   │   ├── lutris
│   │   └── steam
│   ├── gui
│   │   ├── gnome
│   │   └── hyprland
│   ├── hardware
│   │   ├── bluetooth
│   │   ├── graphics
│   │   │   ├── amd
│   │   │   └── nvidia
│   │   └── logitech
│   ├── network
│   ├── studio
│   │   ├── blender
│   │   ├── gimp
│   │   └── inkscape
│   ├── sysd
│   │   ├── blueman
│   │   ├── dbus
│   │   ├── fwupd
│   │   ├── gnome-keyring
│   │   ├── greetd
│   │   ├── gvfs
│   │   ├── locate
│   │   ├── mullvad
│   │   ├── pipewire
│   │   ├── powerd
│   │   ├── samba
│   │   ├── sops
│   │   ├── ssh
│   │   ├── udisks
│   │   └── xserver
│   │   ├── amd
│   │   │   └── hhkbse
│   │   └── nvidia
│   └── utils
│   ├── android
│   ├── anyrun
│   ├── corectrl
│   ├── microfetch
│   └── nix-ld
└── nix
├── home-manager
├── nh
│   ├── adampad
│   ├── cnix
│   └── toothpc
├── nixpkgs
├── shell
└── substituters
```