Files
NixConfig/README.md
T
Guilherme Hermando 4301f4b2d6 Update directory structure in README.md
Added new files and directories to the GM and HM sections.
2026-01-17 15:29:12 -03:00

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