Files
dotfiles/nixos/docs/README.md
T
Dmitry 17b0cdfbac feat: add comprehensive NixOS configuration documentation and structure
- Introduced `08-structure.md` detailing project structure, main files, and versioning.
- Created `README.md` for documentation overview and quick start guide.
- Added user-specific configurations for Alacritty, Vim, Micro, Git, Zsh, Tmux, and tools.
- Implemented system modules for desktop environment (KDE Plasma), audio (PipeWire), networking, and services (OpenSSH, GnuPG).
- Configured Nix settings with flakes support and garbage collection.
- Established user management for `ada` with necessary groups and shell settings.
- Enabled VirtualBox guest additions for improved VM experience.
2026-03-10 13:10:52 +03:00

1.7 KiB
Raw Blame History

📚 Документация NixOS конфигурации

Каждый файл в этой папке - это небольшой гайд по конкретной задаче.

📖 Гайды

Быстрый старт

cd /home/ada/.dotfiles/nixos

# Собрать конфигурацию
sudo nixos-rebuild switch --flake .

# Или с nh (проще):
nh os switch

🔍 Найти нужное

Задача Файл
Добавить пакет 01-install-packages.md
Добавить shell alias 02-shell-environment.md
Конфигурировать SSH 03-networking.md
Использовать devShell 04-devshell.md
Настроить Git 05-git-config.md
Создать новый модуль 06-adding-modules.md
Что-то не работает 07-troubleshooting.md
Как всё устроено 08-structure.md