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
The configuration is as modular as I could make it so far. It is divided into `home/` and `system/` folders. The `home/` folder has everything that should work at least in any Linux distribution and even most modules should work in macOS as well (except the ones like gnome and hyprland). The `system/` contains the configuration for NixOS and I try my best to keep only the things that is really needed.
24
+
25
+
This configuration is as modular as I can make it. Itβs split into two main
26
+
directories:
27
+
28
+
-`home/`: portable configuration that works across any Linux distribution. Many
29
+
modules even work on macOS, except for platform-specific ones like GNOME or
30
+
Hyprland.
31
+
32
+
-`system/`: NixOS-specific configuration, containing only whatβs truly
33
+
necessary for the system layer (at least I try to).
0 commit comments