Commit graph

20 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
608783b10c
fixed cursor? 2025-07-13 09:50:49 -04:00
5bc920d232
more font fixes 2025-07-06 09:57:54 -04:00
6c4c116f18
updated desktop config for 25.05 2025-07-06 01:51:40 -04:00
8e86b90579
changed hyprland config 2025-02-04 10:31:21 -05:00
3dc1465284
fixed 2025-02-04 10:29:42 -05:00
ec56fef89b
workstation added 2025-01-21 10:03:51 -05: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
f5bcebf6e7
wm changes 2024-12-10 21:31:16 -05:00
6e0637fd71
mouse sens 2024-12-01 15:05:28 -05:00
25cd4b9ee8
mouse speed 2024-12-01 14:59:23 -05:00
edaffee627
changed wallpaper to fetchurl 2024-11-05 05:59:16 -05:00
b24102d423
mouse sensitivity 2024-09-22 09:20:12 -04:00
99fe8196c0
flake update 2024-07-17 21:42:53 -04:00
6ecf0632cd
added passFF extension 2024-06-20 00:33:27 -04:00
fa17aa6f55
added ungoogled_chromium browser 2024-06-15 01:46:21 -04: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/hyprland/default.nix (Browse further)