mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 08:40:23 -04:00
No description
home/fabric | ||
hosts | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
README.md | ||
rebuild.sh |
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