Commit graph

10 commits

Author SHA1 Message Date
14efa80cab refactor: reorganize flake structure and consolidate user config
Directory structure:
- Move from src/ to root level (system/, user/)
- Remove unused machines (workstation, vm, laptop)

User configuration:
- Add user/home.nix for shared defaults (pass, essentials, default modules)
- Centralize user options in user/default.nix
- Move submodules to consistent paths (bash/bash, git/git, neovim/nvim, vim/vim)

Module reorganization:
- Flatten nested module structures (remove /modules/ subdirs)
- Split CLI vs GUI tools (dev/ for CLI, gui/dev/ for GUI)
- Move neovim/vim to top-level modules (not under utils/)
- Remove security.enable - pass now in user/home.nix
- Remove utils.enable - essentials now in user/home.nix
- Add security/yubikey module with yubikey-manager, age-plugin-yubikey
- Move pcb, design to gui/dev/
- Replace penpot docker wrapper with nixpkgs penpot-desktop
- Remove i3 config
- Remove deprecated wsl.nativeSystemd option

GUI improvements:
- Browser-focused mimeApps in gui/default.nix
- Each WM handles its own auto-start via profileExtra

Cleanup:
- Update README with new structure
- Update justfile paths and valid systems
- Fix submodule paths in .gitmodules
2026-03-14 15:50:57 -04:00
System administrator
e513913099
WSL + more modularity 2024-01-30 01:51:12 -05:00
1e6c926916
added user shell 2024-01-28 10:10:04 -05:00
2881653ec5
User settings restructured 2024-01-28 07:38:43 -05:00
fce12d274c
Try 2024-01-28 06:58:57 -05:00
54c6e42ca0
Big, might break stuff 2024-01-28 06:53:02 -05:00
a9bd04ae6e
fix flakePath 2024-01-27 15:19:53 -05:00
a5e30b7bca
Might break stuff 3 dubiousTree 2024-01-27 15:14:17 -05:00
c52d46455a
cat 2024-01-27 14:47:57 -05:00
1ad971d909
test user option in root 2024-01-27 14:36:51 -05:00
Renamed from sysConfig/desktop/user/default.nix (Browse further)