Commit graph

12 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
d1144e96d3
Add shared monitor configuration across window managers
- Define monitors option in hardware.nix with explicit dimensions
- Pass monitors to home-manager via extraSpecialArgs
- Update hyprland and sway to consume shared monitor config
- Removes hardcoded monitor definitions from WM modules
2026-03-08 15:25:59 -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
984e4b4564
Added Sway GTK Compat 2025-02-25 08:46:16 -05:00
3dc1465284
fixed 2025-02-04 10:29:42 -05:00
73a7fbb649
got working 2025-01-24 10:33:21 -05:00
3a8d303d6f
added new workstation configs 2025-01-21 16:45:53 -05:00
ec56fef89b
workstation added 2025-01-21 10:03:51 -05:00
09e5d22e2d
24.11 update 2024-12-11 00:43:36 -05:00
f5bcebf6e7
wm changes 2024-12-10 21:31:16 -05:00
181b4ce5b7
moved wm outside of the gui/modules 2024-06-14 10:37:37 -04:00
Renamed from src/user/modules/gui/modules/wm/sway/default.nix (Browse further)