Revise README to reflect changes in directory structure

Updated directory structure and file organization in README.
This commit is contained in:
Guilherme Hermando
2026-01-27 17:09:45 -03:00
committed by GitHub
parent 531181a46b
commit 7e74798b50
+15 -33
View File
@@ -6,59 +6,41 @@ Minha Configuraçao no NIX des de 22/07/2025
.
├── conf
│   ├── GM
│   │   ├── cfgeral
│   │   │   ├── alias.nix
│   │   │   ├── audio.nix
│   │   │   ├── fish.nix
│   │   │   ├── flakeconfig.nix
│   │   │   ├── flatpak.nix
│   │   │   ├── idioma.nix
│   │   │   ├── impcf.nix
│   │   ├── configs
│   │   │   ├── cfsystem.nix
│   │   │   ├── imp.nix
│   │   │   ├── nixhelper.nix
│   │   │   ├── nvidia.nix
│   │   │   ── patchgames.nix
│   │   │   ├── udev.nix
│   │   │   ├── variables.nix
│   │   │   ├── wireless.nix
│   │   │   └── zstd.nix
│   │   │   ── patchs.nix
│   │   ├── DE
│   │   │   ├── cosmic.nix
│   │   │   ├── dms.nix
│   │   │   ├── gnome.nix
│   │   │   ├── impde.nix
│   │   │   ── kde.nix
│   │   │   ── kde.nix
│   │   │   └── thunar.nix
│   │   ├── imp.nix
│   │   └── Pkgs
│   │   ├── distrobox.nix
│   │   ├── imp_pkgs.nix
│   │   ├── lact.nix
│   │   ── obs.nix
│   │   ├── pkgs.nix
│   │   ├── steam.nix
│   │   └── thunar.nix
│   │   ├── pkgsconfig.nix
│   │   ── pkgs.nix
│   └── HM
│   ├── Fontes
│   │   └── fontes.nix
│   ├── git
│   │   └── git.nix
│   ├── configs
│   │   └── cfhome.nix
│   ├── imp.nix
│   ├── kitty
│   │   ├── kitty.conf
│   │   ├── kitty.nix
│   │   └── theme.conf
│   ── pkgs
│   │   ├── imp_pkgs.nix
│   │   └── pkgs.nix
│   └── shell
│   ├── fish.nix
│   └── starship.nix
│   ── pkgs
│   └── pkgs.nix
├── configuration.nix
├── flake.lock
├── flake.nix
├── hardware-configuration.nix
── home.nix
└── imp.nix
── home.nix
12 directories, 42 files
10 directories, 26 files
```