Commit Graph
1323 Commits
Author SHA1 Message Date
hektor 03eac376d2 feat: add 'hcloud' module 2026-03-11 21:25:32 +01:00
hektor 7181356f5e chore: update Nix 'work' host 2026-03-11 21:25:32 +01:00
hektor 7fcd6eac8e chore: update lockfile 2026-03-11 21:25:32 +01:00
hektor f7b4aa257f refactor: modularize 'nvim' for home manager hosts 2026-03-11 21:25:32 +01:00
hektor 254b3d255f feat: use shell module on work host 2026-03-11 21:25:32 +01:00
hektor 5ffb87f458 feat: modularize (and extend) kitty config 2026-03-11 21:25:32 +01:00
hektor 5368461675 feat: add 'hcloud' module 2026-03-11 21:25:32 +01:00
hektor abe101d58e fix: add 'hetzner' module 2026-03-11 21:25:32 +01:00
hektor 1137705b20 chore: update lockfile 2026-03-11 21:25:32 +01:00
hektor bda86e86ea feat: automate optimising store, garbage collection and upgrades 2026-03-11 21:25:32 +01:00
hektor 628681bc58 refactor(nixfmt): format 2026-03-11 21:25:32 +01:00
hektor 33033aa6e7 chore: add 'andromache' ssh public keys 2026-03-11 21:25:32 +01:00
hektor 7334018e6f refactor: simplify hosts files 2026-03-11 21:25:32 +01:00
hektor f74803cd88 fix: remove xdg config 2026-03-11 21:25:32 +01:00
hektor d0ee271e7b feat: replace 'sddm' with 'ly' 2026-03-11 21:25:32 +01:00
hektor 66f36cf71c feat: automate SSH config ('known_hosts', 'authorized_keys' ...) 2026-03-11 21:25:32 +01:00
hektor fbdcf51e6c chore(nixfmt): format 2026-03-11 21:25:32 +01:00
hektor c71e232fe7 fix: merge 'astyanax' services configuration 2026-03-11 21:25:32 +01:00
hektor aed1aa2ad9 fix: disable 'throttled' service 2026-03-11 21:25:31 +01:00
hektor 6a0538c8b8 fix: improve niri desktop 2026-03-11 21:25:31 +01:00
hektor 1fcbc2fd83 fix: add anki to 'astyanax' host 2026-03-11 21:25:31 +01:00
hektor 6a0fa7a02d fix: move kitty tab bar to bottom 2026-03-11 21:25:31 +01:00
hektor 07223be230 fix: update font configuration 2026-03-11 21:25:31 +01:00
hektor de944a017c chore: update lockfile 2026-03-11 21:25:31 +01:00
hektor 26e9a0e0c9 fix: disable 'nixos-hardware' module for astyanax (caused boot to hang on 'loading module i915') 2026-03-11 21:25:31 +01:00
hektor c2f9a321a2 feat(home): add shell module 2026-03-11 21:25:31 +01:00
hektor bad0979caf fix(anki): make sops optional for standalone home-manager 2026-03-11 21:25:31 +01:00
hektor 85628b1924 feat(home): migrate bash config to shell module 2026-03-11 21:25:31 +01:00
hektor aae87a78ad feat(nixos): pass inputs to home-manager via extraSpecialArgs 2026-03-11 21:25:31 +01:00
hektor 81905c0287 chore(git): add .claude/ to gitignore 2026-03-11 21:25:31 +01:00
hektor c26ce95e57 fix: make taskwarrior available on both NixOS and standalone home-manager 2026-03-11 21:25:31 +01:00
hektor b7601bf665 chore: update NixOS 2026-03-11 21:25:31 +01:00
hektor a2d90bbc00 fix: remove descriptions from 'browser' module 2026-03-11 21:25:31 +01:00
hektor 2fef58e066 fix: resolve nvim treesitter errors 2026-03-11 21:25:31 +01:00
hektor bf4d5229a9 fix: add 'stylelint' to neovim flake 2026-03-11 21:25:31 +01:00
hektor b13bba26d5 refactor(browser): create single browser module 2026-03-11 21:25:31 +01:00
hektor e01f37321e chore: update Nix 'work' host 2026-03-11 21:25:31 +01:00
hektor 91b8358331 chore: update lockfile 2026-03-11 21:25:31 +01:00
hektor ffe0d2a3ec feat(nvim): add typescript-language-server to runtime dependencies 2026-03-11 21:25:31 +01:00
hektor 613cd70f49 fix(nvim): ensure codecompanion config structure exists before mcphub extension loads 2026-03-11 21:25:31 +01:00
hektorandClaude Sonnet 4.5 e7f675cea4 chore: update flake.lock with nvim mcp-hub input
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-11 21:25:22 +01:00
hektorandClaude Sonnet 4.5 3c56092131 feat(nvim): add mcp-hub, fd, and delta dependencies
- add mcp-hub flake input for MCP integration
- create system-aware dependency overlays
- add mcp-hub, fd, delta to lspsAndRuntimeDeps
- remove duplicate tailwind-fold.lua file

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-11 21:25:22 +01:00
hektor bcd78baf09 feat: set up 'claude-code.nvim' plugin 2026-03-11 21:25:22 +01:00
hektor 2d3b8070d7 chore: add TODO for unique 'networking.hostId' 2026-03-11 21:25:22 +01:00
hektorandClaude Sonnet 4.5 bbe528ebce refactor: use username variable consistently
Replaced hardcoded "h" username references with variables:
- hosts/vm: use username variable for secrets.username
- home configs: use username variable in bash initExtra paths
- keepassxc: update comment to use $HOME instead of /home/h

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-11 21:25:22 +01:00
hektorandClaude Sonnet 4.5 06fe355250 fix(firefox): merge duplicate policies declarations
Second policies declaration was overwriting the first, causing
DefaultDownloadDirectory setting to be lost. Merged both into single
policies block.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-11 21:25:22 +01:00
hektor 767cc4c512 fix: format rust using 'rustfmt' 2026-03-11 21:25:22 +01:00
hektor 7dab619256 refactor: decouple 'andromache' home config from 'astyanax' 2026-03-11 21:25:22 +01:00
hektor 926a2def67 chore: update neovim flake (and main flake) 2026-03-11 21:25:22 +01:00
hektor aa70174040 refactor: import shikane 'desktop/niri' instead of directly 2026-03-11 21:25:22 +01:00