My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump version to v0.6.0, fix stale settings paths in README

+7 -7
+7 -7
README.md
··· 1 1 # Nix Configuration 2 2 3 - v0.5.0 3 + v0.6.0 4 4 5 5 Personal NixOS and nix-darwin configurations for managing multiple 6 6 machines with a unified, centralized setup. ··· 138 138 139 139 ```bash 140 140 # Examples of what to edit 141 - nano modules/options.nix # Username, timezone, packages, themes, etc. 142 - nano hosts/laptop/default.nix # Enable gaming, desktop mode, etc. 143 - nano hosts/server/default.nix # Enable server services 144 - nano topology.nix # Physical network connections 145 - nano settings/darwin/default.nix # macOS Dock, Finder, trackpad 146 - nano settings/plasma/default.nix # KDE Plasma layout and behaviour 141 + nano modules/options.nix # Username, timezone, packages, themes, etc. 142 + nano hosts/laptop/default.nix # Enable gaming, desktop mode, etc. 143 + nano hosts/server/default.nix # Enable server services 144 + nano topology.nix # Physical network connections 145 + nano modules/darwin/settings/default.nix # macOS Dock, Finder, trackpad 146 + nano home/settings/plasma.nix # KDE Plasma layout and behaviour 147 147 ``` 148 148 149 149 See [`docs/settings.md`](docs/settings.md) for the full guide and