Files
NixConfig/README.md
T
2025-10-19 20:22:15 -03:00

56 lines
1.7 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
│   │   │   ├── 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
│   └── HM
│   ├── Fontes
│   │   └── fontes.nix
│   ├── git
│   │   └── git.nix
│   ├── imp.nix
│   ├── kitty
│   │   ├── kitty.conf
│   │   ├── kitty.nix
│   │   └── theme.conf
│   └── pkgs
│   └── pkgs.nix
├── configuration.nix
├── flake.lock
├── flake.nix
├── hardware-configuration.nix
├── home.nix
└── imp.nix
```