You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/assets/README_template.md
+28-22Lines changed: 28 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,14 @@
23
23
</div>
24
24
<br>
25
25
26
-
**Nixy** is a **Hyprland** NixOS configuration with **home-manager**, **secrets**, and **custom theming** all in one place.
27
-
It's a simple way to manage your system configuration and dotfiles.
26
+
**Nixy simplifies and unifies** the Hyprland ecosystem with a modular, easily customizable setup. It provides a structured way to manage your system configuration and dotfiles with minimal effort.
27
+
It includes *home-manager*, *secrets*, and *custom theming* all in one place.
28
28
29
-
I'm Hadi, a french developer, student in infosec, enthusiastic about nix, golang & blockchains.
30
-
This is my own, **keyboard-centric**, and **minimalistic** NixOS configuration.
31
-
I enable vim-like keybindings everywhere I can, and I use a lot of custom scripts to make my life easier.
29
+
**Features:**
32
30
33
-
**Nixy key points:**
34
-
35
-
- Hypr-ecosystem first (hyprland, hyprlock, hyprpanel, hypridle, ...)
@@ -49,9 +45,9 @@ I enable vim-like keybindings everywhere I can, and I use a lot of custom script
49
45
50
46
## Architecture
51
47
52
-
### 🏠 home
48
+
### 🏠 home (User-level configuration)
53
49
54
-
Those are the dotfiles and configuration files for user-level configuration
50
+
Contains dotfiles and settings that apply to your user environment.
55
51
56
52
**Subfolders:**
57
53
@@ -65,13 +61,18 @@ Those are the system-level configurations. (audio, bluetooth, gpu, bootloader, .
65
61
66
62
### 🎨 themes
67
63
68
-
Those are the themes used in the system configuration. The `stylix`folder contains the [stylix](https://github.com/danth/stylix) defined themes, the `var` folder contains the variables not handled by stylix.
69
-
See avaiable themes in [THEMES.md](docs/THEMES.md)
64
+
This folder contains all system themes.
65
+
Check out the available themes and learn how to create your own in [THEMES.md](docs/THEMES.md)
70
66
71
67
### 💻 hosts
72
68
73
-
Those are the host-specific configurations.
74
-
Each host contains a `configuration.nix` for system-level configuration, a `home.nix` for user-level configuration, and a `variables.nix` for config wide variables.
69
+
This directory contains host-specific configurations.
70
+
Each host includes:
71
+
72
+
-`configuration.nix` for system-wide settings
73
+
-`home.nix` for user-level configuration
74
+
-`variables.nix` for global variables
75
+
-`secrets/` for sensitive data
75
76
76
77
## Installation
77
78
@@ -81,13 +82,17 @@ Each host contains a `configuration.nix` for system-level configuration, a `home
0 commit comments