nixos-refactor: Consolidate, cleanup, clarify #25

Merged
Jafner merged 9 commits from nixos-refactor into main 2025-01-08 21:31:10 -08:00
Owner
No description provided.
Jafner added 9 commits 2025-01-08 21:30:58 -08:00
- Uses MangoHud to log frametimes during a 1-minute standardized benchmark.
- First results use Linux 6.12 Zen kernel.
- TODO: Benchmark Linux 6.12 Mainline kernel, Xanmod.
- Pin Stylix to release-24.11 branch
- Add vars.repo for information about the flake repo.
- Refactor "vars.desktop" with a system-specific "sysVars" attrset.
- Move "{home-manager|nixos}/{laptop|desktop}" to "{laptop|desktop}/{home-manager|nixos}".
- Delete homeManagerConfigurations from flake.
- Delete laptop nixosConfiguration.
- Delete `home-manager/` and `nixos/` directories.
- Switch from one general "vars" attrset for variables to using built-for-purpose attrsets for variables, each declared where it makes most sense (e.g. the "sys" attrset will be used for system-specific attributes).
- Create `systems/` directory for root-level system configurations and `modules/` directory for re-usable config files.
- Consolidate most app and system configuration into the `desktop-environment.nix` and `terminal-environment.nix` files.
- Standardize all `.nix` files to nixos config nodes, as opposed to home-manager. May reverse this decision.
- Use `${sys.username}` for the username of the primary user of the system.
- Use `${usr.${sys.username}}` for attributes related to that user (e.g. realname, email).
- Switch back to a reasonable home-manager.backupFileExtension
- Extract defaultApplications to its own file, fix default apps not being "sticky" by using the `.desktop` file alone (without absolute path).
- Run "fastfetch" by name in zsh.initExtra.
Jafner merged commit dc4725dc98 into main 2025-01-08 21:31:10 -08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Jafner/Jafner.net#25
No description provided.