Commit graph

24 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
f8ab0e3ff0 Update to 25.11, added claude-code user pkg 2026-03-08 11:18:14 -04:00
d3baf7c8e2
direnv bug workaround 2025-07-06 10:36:47 -04:00
2f79c0a66d
removed nixvirt 2025-02-25 09:15:43 -05:00
e1e8c16bcd
Fixing up VM setup 2025-02-25 08:46:11 -05:00
608100b359
fixed virtualisation.libvirt missing 2025-02-08 13:22:24 -05:00
01730af9ee
virt changes including new NixVirt input 2025-01-27 16:23:01 -05:00
34ce975a09
removed until i can fix 2025-01-11 04:17:55 -05:00
5c3d410aa0
changed imports to mkModules 2024-11-08 01:37:20 -05:00
aa363803de
Added pcb development utilities 2024-06-30 11:04:06 -04:00
89ea429204
tweaked virtualisation 2024-06-02 14:19:18 -04:00
1bcde56ff1
direnv annoying 2024-05-13 23:28:16 -04:00
21a64fd68d
fixed dir 2024-05-12 12:31:25 -04:00
929dbf8c43
changes 2024-05-12 12:15:40 -04:00
c7942a4631
penpot 2024-05-12 11:07:11 -04:00
9de3bbf0ec
moar 2024-05-11 15:22:42 -04:00
fdad9191aa
modularized further 2024-05-11 15:15:19 -04:00
89acce0159
penpot bash script 2024-05-11 15:07:19 -04:00
08e0feea5d
update 2024-05-11 13:21:14 -04:00
8786e672dc
gcc 2024-05-10 00:32:56 -04:00
25df3c37ef
fix 2024-05-10 00:15:24 -04:00
1d170da221 nix-less hm config ready 2024-05-09 11:53:23 -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/utils/modules/dev/default.nix (Browse further)