Commit graph

13 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
e6ac6638c2
migrated to vim.lsp.config() 2026-03-08 23:57: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
6c4c116f18
updated desktop config for 25.05 2025-07-06 01:51:40 -04:00
651f6979b4
changed to pulsemixer TUI 2024-12-14 22:52:50 -05:00
09e5d22e2d
24.11 update 2024-12-11 00:43:36 -05:00
8cfcffb12b
commented out for now 2024-07-17 21:10:08 -04:00
f8e60744da
updates 2024-07-17 21:10:07 -04:00
0c5539b288
Add ccls and neovim C configurations 2024-07-07 16:31:11 -04:00
3200d5b6b4
removed some lsp 2024-06-26 16:48:05 -04:00
8b82ad2adb
update 23.11 -> 24.05 2024-06-01 16:23:59 -04:00
c8845dba9a
removed broken volar lsp 2024-05-19 08:55:50 -04:00
b3714ed696
neovim update 2024-05-12 10:59:59 -04:00
Renamed from src/user/modules/gui/modules/neovim/config/servers.nix (Browse further)