Skip to content

Commit cae0446

Browse files
committed
Update README.md
1 parent 2a3554a commit cae0446

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

README.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
# My NixOS Flake
22

33
<div align="center">
4-
<img src="https://img.shields.io/badge/Uses-Flake-4c72bb?style=for-the-badge&logo=nixos" alt="Nix" />
5-
<img src="https://img.shields.io/badge/Desktop-Hyprland-00c0e5?style=for-the-badge&logo=hyprland" alt="Python" />
4+
<img src="https://img.shields.io/badge/Uses-Flake-4c72bb?style=for-the-badge&logo=nixos" alt="NixOS" />
5+
<img src="https://img.shields.io/badge/Desktop-Hyprland-00c0e5?style=for-the-badge&logo=hyprland" alt="Hyprland" />
66
</div>
77

88
<br />
99

1010
This is my personal [NixOS](https://nixos.org/) configuration for my desktops and servers.
1111

1212
> [!IMPORTANT]
13-
> I do not recommend anyone to use it since it is heavily personalised to my needs. However, the reason I share this repository is to simplify my deployments and allow others, especially new NixOs users, to explore different config structures to choose the best of all worlds.
13+
> I do not recommend anyone to use it since it is heavily personalised to my needs. However, the reason I share this repository is to simplify my deployments and allow others, especially new NixOS users, to explore different config structures to choose the best of all worlds.
1414
1515
![Preview](./docs/preview.png)
1616

1717
## Synopsis
1818

19-
After restructuring my config over and over again, I came up with the following structure, which works for me very good at the moment:
19+
After restructuring my config over and over again, I came up with the following structure, which works very well for me at the moment:
2020

2121
```
2222
.
2323
├── docs
24-
   └── documentation-related files, e.g. screenshots, ...
24+
└── documentation-related files, e.g. screenshots, ...
2525
├── dots
26-
   └── dotfiles, e.g. neovim, ghostty, ...
26+
└── dotfiles, e.g. Neovim, ghostty, ...
2727
├── home
2828
│ ├── desktop
29-
│ │   └── home-manager config for desktop hosts
30-
   ├── headless
31-
│ │   └── home-manager config for non-desktop hosts, e.g. servers
32-
   └── shared config for both desktop and headless hosts
29+
│ │ └── home-manager config for desktop hosts
30+
├── headless
31+
│ │ └── home-manager config for non-desktop hosts, e.g. servers
32+
└── shared config for both desktop and headless hosts
3333
├── hosts
3434
│ ├── desktops
35-
│ │   ├── orion
36-
│ │ │   └── nixos config for the orion desktop host
37-
│ │   ├── vega
38-
│ │ │   └── nixos config for the vega desktop host
39-
│ │   └── shared config for all desktop hosts
35+
│ │ ├── orion
36+
│ │ │ └── NixOS config for the Orion desktop host
37+
│ │ ├── vega
38+
│ │ │ └── NixOS config for the Vega desktop host
39+
│ │ └── shared config for all desktop hosts
4040
│ ├── servers
41-
│ │   ├── sirius
42-
│ │ │   └── nixos config for the sirius server host
43-
│ │   └── shared config for all server hosts
44-
   └── shared config for both desktops servers
41+
│ │ ├── sirius
42+
│ │ │ └── NixOS config for the Sirius server host
43+
│ │ └── shared config for all server hosts
44+
└── shared config for both desktop and server hosts
4545
├── modules
46-
   └── nixos modules for various services and apps
46+
└── NixOS modules for various services and apps
4747
├── scripts
48-
   └── useful scripts
48+
└── useful scripts
4949
├── secrets
50-
   └── sops secret files
50+
└── sops secret files
5151
├── wallpapers
52-
   └── wallpapers used by desktop hosts
52+
└── wallpapers used by desktop hosts
5353
```
5454

5555
## Credits
@@ -61,3 +61,4 @@ This configuration takes advantage of some other repositories and projects, incl
6161
- [hyprland](https://github.com/hyprwm/Hyprland)
6262
- [wallpapers](./wallpapers/README.md)
6363
- [Vimjoyer's Discord community](https://www.youtube.com/@vimjoyer)
64+

0 commit comments

Comments
 (0)