b3247589e0
refactor(nixGL): extract 'nixGL' wrapper
2026-03-11 21:25:32 +01:00
2c36290054
feat: add 'bruno' module
2026-03-11 21:25:32 +01:00
2207666a34
feat: set up git hooks
2026-03-11 21:25:32 +01:00
f3858f4418
fix: add ssh keys to agent for all hosts
2026-03-11 21:25:32 +01:00
554accb4aa
fix: resolve proxmark firmware flashing issues
2026-03-11 21:25:32 +01:00
e16b55d155
feat: add 'brightnessctl' to niri desktop
2026-03-11 21:25:32 +01:00
fa369973b7
feat: add helm plugins declaratively
2026-03-11 21:25:32 +01:00
ff667438a0
feat: set up 'music' module
2026-03-11 21:25:32 +01:00
2ca4e72ad7
feat: add 'direnv' module
2026-03-11 21:25:32 +01:00
8977ed2212
feat: add nfc module (and use it on 'astyanax')
2026-03-11 21:25:32 +01:00
648c5b1dde
fix: remove wlsunset spawn (replaced by gammastep service)
2026-03-11 21:25:32 +01:00
cba482d26d
fix: remove duplicate waybar spawn in niri config (already managed by systemd)
2026-03-11 21:25:32 +01:00
09909cbe42
fix: integrate keepassxc browser on all firefox-based browsers
2026-03-11 21:25:32 +01:00
35d495e872
fix: add python dependency to 'taskwarrior' home module
2026-03-11 21:25:32 +01:00
2b9dc9b7da
fix: add public hostname to ssh config and refactor
2026-03-11 21:25:32 +01:00
9091d55af2
feat: add 'k8s' home module
2026-03-11 21:25:32 +01:00
23d3c5c83a
feat: add 'docker' home module to 'work' host
2026-03-11 21:25:32 +01:00
60cf0651dc
fix: add 'dconf2nix' package to 'dconf' module
2026-03-11 21:25:32 +01:00
889440aef8
fix: only use 'nvim' flake as home manager module
2026-03-11 21:25:32 +01:00
e40d5b02f7
feat: add 'taskopen' to 'taskwarrior' module
2026-03-11 21:25:32 +01:00
ab87e785b6
feat: add 'comms' module
2026-03-11 21:25:32 +01:00
d14a33378f
feat: add CLI tools to git module
2026-03-11 21:25:32 +01:00
6ef5f761d5
feat: add 'azure' cloud option (and generalized module)
2026-03-11 21:25:32 +01:00
d7f895d084
fix: update 'ai-tools' module and add to 'astyanax' host
2026-03-11 21:25:32 +01:00
583c72f6bd
feat: add 'ai-tools' home module
2026-03-11 21:25:32 +01:00
fc3a7dc402
fix: declare contents of 'setup-gnome'
2026-03-11 21:25:32 +01:00
1b51954bbd
refactor(statix): resolve 'statix check' issues
2026-03-11 21:25:32 +01:00
57121926d2
feat: add 'gammastep' to niri deskopt
2026-03-11 21:25:32 +01:00
e16bffcb07
feat: add '3d' and 'photography' modules to andromache
2026-03-11 21:25:32 +01:00
145351a30d
refactor: deduplicate firefox/librewolf config
2026-03-11 21:25:32 +01:00
50c8e8be50
fix: use 'nixGL' for kitty when available
2026-03-11 21:25:32 +01:00
1eecdb8103
feat: add 'tmux' to 'shell' module
2026-03-11 21:25:32 +01:00
bf40f85b39
refactor: extract 'dotsPath' for 'dots' path
2026-03-11 21:25:32 +01:00
6b1b09f9a6
refactor: centralize kitty config
2026-03-11 21:25:32 +01:00
30fb73fec0
refactor: modularize 'nvim' for home manager hosts
2026-03-11 21:25:32 +01:00
03eac376d2
feat: add 'hcloud' module
2026-03-11 21:25:32 +01:00
f7b4aa257f
refactor: modularize 'nvim' for home manager hosts
2026-03-11 21:25:32 +01:00
5ffb87f458
feat: modularize (and extend) kitty config
2026-03-11 21:25:32 +01:00
5368461675
feat: add 'hcloud' module
2026-03-11 21:25:32 +01:00
abe101d58e
fix: add 'hetzner' module
2026-03-11 21:25:32 +01:00
66f36cf71c
feat: automate SSH config ('known_hosts', 'authorized_keys' ...)
2026-03-11 21:25:32 +01:00
fbdcf51e6c
chore(nixfmt): format
2026-03-11 21:25:32 +01:00
c2f9a321a2
feat(home): add shell module
2026-03-11 21:25:31 +01:00
bad0979caf
fix(anki): make sops optional for standalone home-manager
2026-03-11 21:25:31 +01:00
c26ce95e57
fix: make taskwarrior available on both NixOS and standalone home-manager
2026-03-11 21:25:31 +01:00
a2d90bbc00
fix: remove descriptions from 'browser' module
2026-03-11 21:25:31 +01:00
b13bba26d5
refactor(browser): create single browser module
2026-03-11 21:25:31 +01:00
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
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
aa70174040
refactor: import shikane 'desktop/niri' instead of directly
2026-03-11 21:25:22 +01:00