Files
NixConfig/README.md
T
Guilherme Hermando 7e74798b50 Revise README to reflect changes in directory structure
Updated directory structure and file organization in README.
2026-01-27 17:09:45 -03:00

47 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# NixConfig
Minha Configuraçao no NIX des de 22/07/2025
```
.
├── conf
│   ├── GM
│   │   ├── configs
│   │   │   ├── cfsystem.nix
│   │   │   ├── imp.nix
│   │   │   ├── nixhelper.nix
│   │   │   ├── nvidia.nix
│   │   │   └── patchs.nix
│   │   ├── DE
│   │   │   ├── cosmic.nix
│   │   │   ├── dms.nix
│   │   │   ├── gnome.nix
│   │   │   ├── impde.nix
│   │   │   ├── kde.nix
│   │   │   └── thunar.nix
│   │   ├── imp.nix
│   │   └── Pkgs
│   │   ├── imp_pkgs.nix
│   │   ├── pkgsconfig.nix
│   │   └── pkgs.nix
│   └── HM
│   ├── configs
│   │   └── cfhome.nix
│   ├── imp.nix
│   ├── kitty
│   │   ├── kitty.conf
│   │   ├── kitty.nix
│   │   └── theme.conf
│   └── pkgs
│   └── pkgs.nix
├── configuration.nix
├── flake.lock
├── flake.nix
├── hardware-configuration.nix
└── home.nix
10 directories, 26 files
```