refactor #2

Open
aranacaria wants to merge 26 commits from refactor into main
Owner

WIP

TODO

  • Refactor modules layout
    • modules
      • core
        • kernel
        • nixos configuration
        • nix configuration
        • home-manager configuration
        • private VPN configuration
        • package-managers
        • shells (e.g. bash/fish/zsh/nushell)
      • features (modules that pulls submodules depending on selected options)
        • art
        • dev
        • desktop
        • gaming
        • server
        • social
        • terminal
      • hardware
        • cpu
        • gpu
        • audio
        • network
        • peripherals
          • controllers
          • capture-devices
      • programs
        • ...
      • system
        • ...
      • users
        • lithium
        • example
    • options
      • system
      • user
      • feature
      • program
      • hardware
    • hosts
      • aegis
      • example

Goals

My primary goals with this is to make it quick to add new systems and/or users to the configuration and to avoid large modules import list.

It is also an attempt at sorting programs into different categories (categories naming scheme under my discretion)
as to make it easy to find modules

programs contains all the individual programs and their respective configurations, whether it be nixos or home-manager configuration.

each respective folders should have their respective options

  • options.core
  • options.features
  • options.hardware
  • options.programs
  • options.system
  • options.user.$username
# WIP ## TODO - [ ] Refactor modules layout - [ ] modules - [ ] core - [ ] kernel - [ ] nixos configuration - [ ] nix configuration - [ ] home-manager configuration - [ ] private VPN configuration - [ ] package-managers - [ ] shells (e.g. bash/fish/zsh/nushell) - [ ] features (modules that pulls submodules depending on selected options) - [ ] art - [ ] dev - [ ] desktop - [ ] gaming - [ ] server - [ ] social - [ ] terminal - [ ] hardware - [ ] cpu - [ ] gpu - [ ] audio - [ ] network - [ ] peripherals - [ ] controllers - [ ] capture-devices - [ ] programs - [ ] ... - [ ] system - [ ] ... - [ ] users - [ ] lithium - [ ] example - [ ] options - [ ] system - [ ] user - [ ] feature - [ ] program - [ ] hardware - [ ] hosts - [ ] aegis - [ ] example ## Goals My primary goals with this is to make it quick to add new systems and/or users to the configuration and to avoid large modules import list. It is also an attempt at sorting programs into different categories (categories naming scheme under my discretion) as to make it easy to find modules programs contains all the individual programs and their respective configurations, whether it be nixos or home-manager configuration. each respective folders should have their respective options - options.core - options.features - options.hardware - options.programs - options.system - options.user.$username
testing .org files in forgejo
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin refactor:refactor
git switch refactor

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff refactor
git switch refactor
git rebase main
git switch main
git merge --ff-only refactor
git switch refactor
git rebase main
git switch main
git merge --no-ff refactor
git switch main
git merge --squash refactor
git switch main
git merge --ff-only refactor
git switch main
git merge refactor
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
aranacaria/nixosConfig!2
No description provided.