No description
Find a file
2025-06-08 00:17:35 -04:00
home/fabric update: new rig 2025-06-05 23:57:58 -04:00
hosts Merge branch 'main' of https://github.com/FabricSoul/nixos-configs 2025-06-08 00:17:35 -04:00
.gitignore add: ssh agent 2025-02-25 17:49:50 -05:00
flake.lock new hardware 2025-06-08 00:13:10 -04:00
flake.nix fix: update config for tatara 2025-06-03 13:11:36 -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