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 ├── conf
│   ├── GM │   ├── GM
│   │   ├── cfgeral │   │   ├── configs
│   │   │   ├── alias.nix │   │   │   ├── cfsystem.nix
│   │   │   ├── audio.nix │   │   │   ├── imp.nix
│   │   │   ├── fish.nix
│   │   │   ├── flakeconfig.nix
│   │   │   ├── flatpak.nix
│   │   │   ├── idioma.nix
│   │   │   ├── impcf.nix
│   │   │   ├── nixhelper.nix │   │   │   ├── nixhelper.nix
│   │   │   ├── nvidia.nix │   │   │   ├── nvidia.nix
│   │   │   ── patchgames.nix │   │   │   ── patchs.nix
│   │   │   ├── udev.nix
│   │   │   ├── variables.nix
│   │   │   ├── wireless.nix
│   │   │   └── zstd.nix
│   │   ├── DE │   │   ├── DE
│   │   │   ├── cosmic.nix │   │   │   ├── cosmic.nix
│   │   │   ├── dms.nix
│   │   │   ├── gnome.nix │   │   │   ├── gnome.nix
│   │   │   ├── impde.nix │   │   │   ├── impde.nix
│   │   │   ── kde.nix │   │   │   ── kde.nix
│   │   │   └── thunar.nix
│   │   ├── imp.nix │   │   ├── imp.nix
│   │   └── Pkgs │   │   └── Pkgs
│   │   ├── distrobox.nix
│   │   ├── imp_pkgs.nix │   │   ├── imp_pkgs.nix
│   │   ├── lact.nix │   │   ├── pkgsconfig.nix
│   │   ── obs.nix │   │   ── pkgs.nix
│   │   ├── pkgs.nix
│   │   ├── steam.nix
│   │   └── thunar.nix
│   └── HM │   └── HM
│   ├── Fontes │   ├── configs
│   │   └── fontes.nix │   │   └── cfhome.nix
│   ├── git
│   │   └── git.nix
│   ├── imp.nix │   ├── imp.nix
│   ├── kitty │   ├── kitty
│   │   ├── kitty.conf │   │   ├── kitty.conf
│   │   ├── kitty.nix │   │   ├── kitty.nix
│   │   └── theme.conf │   │   └── theme.conf
│   ── pkgs │   ── pkgs
│   │   ├── imp_pkgs.nix │   └── pkgs.nix
│   │   └── pkgs.nix
│   └── shell
│   ├── fish.nix
│   └── starship.nix
├── configuration.nix ├── configuration.nix
├── flake.lock ├── flake.lock
├── flake.nix ├── flake.nix
├── hardware-configuration.nix ├── hardware-configuration.nix
── home.nix ── home.nix
└── imp.nix
12 directories, 42 files 10 directories, 26 files
``` ```