Files
NixConfig/README.md
T
2026-05-31 22:02:59 -03:00

74 lines
2.8 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
```
.
├── flake.lock
├── flake.nix
├── hosts
│   ├── Alfa
│   │   ├── conf
│   │   │   ├── GM
│   │   │   │   ├── configs
│   │   │   │   │   ├── cfsystem.nix
│   │   │   │   │   ├── imp.nix
│   │   │   │   │   ├── nixhelper.nix
│   │   │   │   │   ├── nvidia.nix
│   │   │   │   │   ├── patchs.nix
│   │   │   │   │   └── self-host.nix
│   │   │   │   ├── DE
│   │   │   │   │   ├── cosmic.nix
│   │   │   │   │   ├── gnome.nix
│   │   │   │   │   ├── impde.nix
│   │   │   │   │   ├── kde.nix
│   │   │   │   │   └── niri
│   │   │   │   │   ├── dms.nix
│   │   │   │   │   ├── niri.nix
│   │   │   │   │   ├── noctalia.nix
│   │   │   │   │   └── thunar.nix
│   │   │   │   ├── imp.nix
│   │   │   │   └── Pkgs
│   │   │   │   ├── imp_pkgs.nix
│   │   │   │   ├── pkgsconfig.nix
│   │   │   │   └── pkgs.nix
│   │   │   └── HM
│   │   │   ├── configs
│   │   │   │   └── cfhome.nix
│   │   │   ├── imp.nix
│   │   │   └── pkgs
│   │   │   ├── firefox.nix
│   │   │   └── pkgs.nix
│   │   ├── configuration.nix
│   │   ├── hardware-configuration.nix
│   │   └── home.nix
│   └── darkgui-vps
│   ├── config
│   │   ├── imp.nix
│   │   ├── nix-helper.nix
│   │   ├── pkgs.nix
│   │   └── self-host
│   │   ├── firewall.nix
│   │   └── self-host.nix
│   ├── configuration.nix
│   ├── disk-config.nix
│   ├── hardware-configuration.nix
│   └── vars.nix
├── mods
│   ├── home
│   │   ├── home.nix
│   │   └── kitty
│   │   ├── kitty.conf
│   │   ├── kitty.nix
│   │   └── theme.conf
│   └── nixos
│   ├── nixos.nix
│   └── tailscale
│   └── tailscale.nix
└── README.md
20 directories, 43 files
```