No description
Find a file
2025-08-17 01:56:00 -04:00
files update: misc 2025-08-12 16:13:33 -04:00
home/fabric feat: add librewolf as browser 2025-08-17 01:55:27 -04:00
hosts debloaq\ 2025-08-17 01:56:00 -04:00
.gitignore feat: add caddy 2025-07-21 17:41:49 -04:00
flake.lock update: misc 2025-08-12 12:33:39 -04:00
flake.nix feat: add host solaris 2025-08-07 19:34:46 -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