From 7e74798b507b849a8d656e62b38f44ee1384dfe2 Mon Sep 17 00:00:00 2001 From: Guilherme Hermando <112888817+DarkGuibrine@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:09:45 -0300 Subject: [PATCH] Revise README to reflect changes in directory structure Updated directory structure and file organization in README. --- README.md | 48 +++++++++++++++--------------------------------- 1 file changed, 15 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index d85b56b..ba9bc35 100644 --- a/README.md +++ b/README.md @@ -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 ```