mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
revert: use old flake
This commit is contained in:
parent
d164e5e53d
commit
a2e660782f
20 changed files with 1158 additions and 3 deletions
37
README.md
Normal file
37
README.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# 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
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue