This commit is contained in:
iFargle 2023-09-29 13:09:10 +09:00
parent 82661ee76c
commit 6d1832d1bb
2 changed files with 15 additions and 6 deletions

View file

@ -96,11 +96,17 @@ Completed ToDo List [here](docs/complete.md)
# Directory Structure
```
.
├── docs
├── home-manager
│   ├── common
│   │   ├── desktops
│   │   │   ├── gnome
│   │   │   │   └── themes
│   │   │   ├── default
│   │   │   │   └── gruvbox
│   │   │   └── hyprland
│   │   │   ├── common
│   │   │   └── themes
│   │   │   ├── default
│   │   │   └── gruvbox
│   │   └── software
@ -110,10 +116,11 @@ Completed ToDo List [here](docs/complete.md)
│   │   │   └── gruvbox
│   │   └── gui
│   │   └── themes
│   │      ├── default
│   │   ├── default
│   │   └── gruvbox
│   ├── hosts
│   └── users
│   └── albert
├── keys
│   ├── hosts
│   ├── ssh
@ -123,7 +130,6 @@ Completed ToDo List [here](docs/complete.md)
│   ├── common
│   │   ├── desktops
│   │   │   ├── gnome
│   │   │   │   └── themes
│   │   │   └── hyprland
│   │   ├── modules
│   │   ├── services
@ -134,7 +140,7 @@ Completed ToDo List [here](docs/complete.md)
│   └── users
├── secrets
└── wallpapers
├── colorful
├── default
└── gruvbox
```

View file

@ -0,0 +1,3 @@
{
}