mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-03 16:50:24 -04:00
1 KiB
1 KiB
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