No description
Find a file
2025-07-21 17:41:49 -04:00
home/fabric update flake && add zen browser 2025-07-17 18:04:58 -04:00
hosts feat: add caddy 2025-07-21 17:41:49 -04:00
.gitignore feat: add caddy 2025-07-21 17:41:49 -04:00
flake.lock update flake && add zen browser 2025-07-17 18:04:58 -04:00
flake.nix update flake && add zen browser 2025-07-17 18:04:58 -04:00
README.md revert: use old flake 2025-02-25 17:17:26 -05:00
rebuild.sh revert: use old flake 2025-02-25 17:17:26 -05:00

Project Structure

nixos-configs/
├── flake.nix
├── .gitignore
├── hosts/
│   ├── common/
│   │   ├── global/
│   │   │   ├── default.nix
│   │   │   ├── fonts.nix
│   │   │   └── locale.nix
│   │   └── optional/
│   │       ├── nvidia.nix
│   │       ├── docker.nix
│   │       └── steam.nix
│   ├── tatara/
│   │   ├── default.nix
│   │   └── hardware-configuration.nix
│   └── nix/
│       ├── default.nix
│       └── hardware-configuration.nix
├── home/
│   ├── fabric/
│   │   ├── default.nix
│   │   ├── programs/
│   │   │   ├── git.nix
│   │   │   ├── kitty.nix
│   │   │   ├── nixvim.nix
│   │   │   ├── tmux.nix
│   │   │   └── zsh.nix
│   │   └── desktop/
│   │       ├── hyprland.nix
│   │       └── hyprpanel.nix
│   └── home.nix