Commit graph

18 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
1f1c7dae67 changes 2026-03-09 20:19:53 -04:00
Bryan Ramos
46d6f2825f added git submodule 2026-03-09 17:36:32 -04:00
957b5f018f
Updated nix to 25.11
Fixed failing assertions:
  - xdg.portal now requires `environment.pathsToLink`
  - `virtualisation.libvirtd.qemu.ovmf` is deprecated
  - noto-fonts-emoji -> noto-fonts-color-emoji
  - `rofi-wayland` has been merged into `rofi`
  - `sumneko-lua-language-server` -> `lua-language-server`
  - `glxinfo` -> `mesa-demos`
2026-03-08 14:11:02 -04:00
e07d6b2aab
changes 2024-12-29 17:27:15 -05:00
9988df55af
Added git svn support 2024-10-24 10:55:23 -04:00
3fafec939d
git /boot safe 2024-09-28 11:53:30 -04:00
374e0c26f2
changed git config 2024-08-13 09:15:48 -04:00
5d8f0cc705
shortened git log commit hashes 2024-05-13 21:10:44 -04:00
68381d65ed
default git oneline logs 2024-05-13 20:26:30 -04:00
Bryan Ramos
c58e64bae2
ignored results 2024-05-13 10:14:33 -04:00
e263c06ff5
test 2024-05-12 21:02:09 -04:00
21a64fd68d
fixed dir 2024-05-12 12:31:25 -04:00
929dbf8c43
changes 2024-05-12 12:15:40 -04:00
5c80915d81
git module 2024-05-12 11:05:08 -04:00
354e765844
seperate git bash logic 2024-05-11 14:39:30 -04:00
b126c84401
merged modularity from main branch 2024-02-28 21:08:14 -05:00
203170a88f
v2 2024-02-28 15:45:10 -05:00
Renamed from src/modules/user/git/default.nix (Browse further)