Commit Graph

67 Commits

Author SHA1 Message Date
b5776e547c refactor: resolve warnings/errors in checks 2026-03-11 21:25:32 +01:00
239456efbc feat: set up 'stylix' 2026-03-11 21:25:32 +01:00
4840108bb0 fix: improve 'ai-tools' module (host-specific options) 2026-03-11 21:25:32 +01:00
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
f644fcbd5f fix: add 'ai-tools' module to 'andromache' 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
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
8054b6f1e0 refactor: clean up packages 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
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
1b51954bbd refactor(statix): resolve 'statix check' issues 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
1eecdb8103 feat: add 'tmux' to 'shell' module 2026-03-11 21:25:32 +01:00
6b1b09f9a6 refactor: centralize kitty config 2026-03-11 21:25:32 +01:00
c0885dc6ca feat: set up colmena with hetzner stuff 2026-03-11 21:25:32 +01:00
8e8250ed56 feat: set up opencode (with automated API key) 2026-03-11 21:25:32 +01:00
f7b4aa257f refactor: modularize 'nvim' for home manager hosts 2026-03-11 21:25:32 +01:00
254b3d255f feat: use shell module on work host 2026-03-11 21:25:32 +01:00
5ffb87f458 feat: modularize (and extend) kitty config 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
1fcbc2fd83 fix: add anki to 'astyanax' host 2026-03-11 21:25:31 +01:00
85628b1924 feat(home): migrate bash config to shell module 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
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
7dab619256 refactor: decouple 'andromache' home config from 'astyanax' 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
447ccd705e feat: declare anki config 2026-03-11 21:25:22 +01:00
b786abbed6 chore: clean up 'astyanax' packages 2026-03-11 21:25:22 +01:00
d755464eb0 enable 'shikane' on 'astyanax' (and add 'wdisplays') 2026-03-11 21:25:22 +01:00
03793989a5 fix: declare niri config 2026-03-11 21:25:22 +01:00
3c294d2194 fix: replace 'gnome' desktop with 'niri' 2026-03-11 21:25:22 +01:00
82a4f44a19 fix: declare KeePassXC browser integration 2026-03-11 21:25:22 +01:00
6677b1e14b chore(pkgs): add 'signal-desktop' package 2026-03-11 21:25:22 +01:00
118595097f refactor(home/work): improve configuration structure
- Add nixpkgs.config.allowUnfree setting
- Fix nixGL configuration path to targets.genericLinux.nixGL
- Remove redundant anki program import (now in modules)
- Enable gh and kubecolor programs
- Pass inputs to packages.nix for flake package access

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 15:53:22 +01:00
b4363eca8e refactor(work): set up 'packages.local.nix' approach 2025-12-03 15:53:22 +01:00
7369600da7 feat(home): add git config with example configuration for non-NixOS 2025-12-03 15:53:22 +01:00
cd3b5409b2 chore: formatting and cleanup
- Format shell.nix skeleton to single line
- Complete ts-node removal from astyanax packages
- Format andromache hardware config
2025-12-03 15:53:22 +01:00
c186fcf306 enable recurrence only on one hosts per 'man task-sync' 2025-11-24 18:47:10 +01:00
a494390998 modularize NixOS secrets config 2025-11-23 22:06:25 +01:00