chore: reinit
This commit is contained in:
parent
095e9f4f6b
commit
3027322470
29 changed files with 1215 additions and 528 deletions
|
|
@ -1,3 +1,4 @@
|
|||
[](https://builds.sr.ht/~sposito?search)
|
||||
# My personal machines config files
|
||||
|
||||
This repository contains declarative configurations for personal machines managed with NixOS flakes and Home Manager.
|
||||
|
|
@ -6,10 +7,10 @@ The setup is split into host-specific configurations, common reusable modules, a
|
|||
## Structure
|
||||
- **flake.nix** — entry point, defines inputs (nixpkgs, home-manager, nixvim, etc.) and system/home outputs.
|
||||
- **hosts/** — machine-specific system configurations.
|
||||
- `Nixbook/` — laptop setup (Apple hardware, Hyprland, disk layout via disko).
|
||||
- `Nixbook/` — laptop setup (Apple hardware, Hyprland)
|
||||
- `Nixstation/` — desktop workstation (NVIDIA, virtualization, btrfs scrub, firewall).
|
||||
- `Nixtest/` — minimal VM environment for testing with QEMU.
|
||||
- `common/` — shared modules (users, keyboard, network, gpus, rclone, etc.).
|
||||
- `common/` — shared modules (users, keyboard, network, gpus, etc.).
|
||||
- **home-manager/** — user environment configurations.
|
||||
- `home.nix` — main Home Manager entry for user packages and programs.
|
||||
- `vim.nix`, `zsh.nix`, `gnome.nix`, `hyprland/` — modular desktop and tool configurations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue