README
This commit is contained in:
parent
f933b227d6
commit
efa11e0619
1 changed files with 53 additions and 0 deletions
53
README.md
53
README.md
|
@ -1,2 +1,55 @@
|
|||
## 🚧 Guide will be written soon 🚧
|
||||
### tldr: use the the installer after installing nixos
|
||||
|
||||
|
||||
#### Layout
|
||||
```
|
||||
nixcfg/
|
||||
├── home/
|
||||
│ ├── common/
|
||||
│ ├── features/
|
||||
│ | ├── cli
|
||||
│ | ├── fzf.nix
|
||||
│ | ├── neofetch.nix
|
||||
│ | ├── zsh.nix
|
||||
│ | ├── desktop/
|
||||
│ | ├── fonts.nix
|
||||
│ | ├── hyprland.nix
|
||||
| | ├── wayland.nix
|
||||
| | ├── xdg.nix
|
||||
| | ├── themes/
|
||||
| | ├── gtk.nix
|
||||
| | ├── qt.nix
|
||||
│ ├── nomad/
|
||||
| ├── dotfiles/
|
||||
| ├── bat.nix
|
||||
| ├── default.nix
|
||||
| ├── dunst.nix
|
||||
| ├── home.nix
|
||||
| ├── unknown.nix
|
||||
│
|
||||
├── hosts/
|
||||
│ ├── common/
|
||||
| | ├── services
|
||||
| | ├── appimage.nix
|
||||
| | ├── nautilus.nix
|
||||
| | ├── polkit.nix
|
||||
| | ├── steam.nix
|
||||
| | ├── vm.nix
|
||||
| | ├── xdgportal.nix
|
||||
| | ├── users
|
||||
| | ├── nomad.nix
|
||||
│ ├── unkown/
|
||||
│ ├── hardware/
|
||||
| | ├── battery.nix
|
||||
| | ├── nvidia.nix
|
||||
│ ├── configuration.nix
|
||||
│ ├── hardware-configuration.nix
|
||||
│
|
||||
├── overlays/
|
||||
├── pkgs/
|
||||
├── flake.lock
|
||||
├── flake.nix
|
||||
├── install.sh
|
||||
├── README.md
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue