Skip to content

Commit a305af3

Browse files
committed
Update README.md
1 parent ac7aba4 commit a305af3

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,51 @@
11
# nixos
2+
3+
<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" />
6+
</div>
7+
8+
<br />
9+
10+
This is my personal [NixOS](https://nixos.org/) configuration for my desktops and servers.
11+
12+
> [!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.
14+
15+
![Preview](./docs/preview.png)
16+
17+
## Synopsis
18+
19+
```
20+
.
21+
├── docs
22+
│   └── documentation-related files, e.g. screenshots, ...
23+
├── dots
24+
│   └── dotfiles, e.g. neovim, ghostty, ...
25+
├── home
26+
│ ├── desktop
27+
│ │   └── home-manager config for desktop hosts
28+
│   ├── headless
29+
│ │   └── home-manager config for non-desktop hosts, e.g. servers
30+
│   └── shared config for both desktop and headless hosts
31+
├── hosts
32+
│ ├── desktops
33+
│ │   ├── orion
34+
│ │ │   └── nixos config for the orion desktop host
35+
│ │   ├── vega
36+
│ │ │   └── nixos config for the vega desktop host
37+
│ │   └── shared config for all desktop hosts
38+
│ ├── servers
39+
│ │   ├── sirius
40+
│ │ │   └── nixos config for the sirius server host
41+
│ │   └── shared config for all server hosts
42+
│   └── shared config for both desktops servers
43+
├── modules
44+
│   └── nixos modules for various services and apps
45+
├── scripts
46+
│   └── useful scripts
47+
├── secrets
48+
│   └── sops secret files
49+
├── wallpapers
50+
│   └── wallpapers used by desktop hosts
51+
```

docs/preview.png

24.6 KB
Loading

home/editor.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
meta,
32
inputs,
4-
config,
53
pkgs,
64
pkgs-unstable,
75
...

0 commit comments

Comments
 (0)