Commit graph

129 commits

Author SHA1 Message Date
415744cfa8 feat: add env vars to moonlight 2026-03-12 16:50:26 +01:00
43cb3eeb5a fix: nb waybar charge limit 2026-03-12 16:50:14 +01:00
f7dd3461ca feat: nb add default applications 2026-03-04 13:44:17 +01:00
7ecb772efd feat: changes for development 2026-03-01 14:27:15 +01:00
95e0c05db7 feat: add ssh host configs 2026-02-27 12:33:30 +01:00
539cb58493 feat: add bluetooth to waybar and fix battery max loading 2026-02-27 12:32:59 +01:00
0801cb17aa feat: add remmina 2026-02-27 12:32:34 +01:00
a3cde017d7 feat: add iso-bot 2026-02-16 19:00:48 +01:00
4c6e7bdddd fix: nb sway config add reload to nb lid detection 2026-02-12 12:30:54 +01:00
e81e34c494 fix: nb ethernet icons 2026-02-12 12:16:10 +01:00
92a216c920 feat: nb add battery max charge option and quick change for it 2026-02-12 12:01:56 +01:00
248534bc35 feat(dev): deploy claude-code config via systemd instead of home-manager
Home-manager fails on the dev microVM because nix-env --set needs
writable nix state dirs, but the microVM shares /nix/store read-only
via virtiofs.

Extract shared claude-code settings into settings.nix, add a NixOS
module (nixos.nix) that deploys the same files via a systemd oneshot
service with RequiresMountsFor to handle virtiofs mount ordering.
The nb host continues using home-manager unchanged.
2026-02-06 22:49:55 +01:00
4648d6b51a add placeholder for matrix implementation 2026-02-06 21:33:57 +01:00
674799112f feat: dominik update projects 2026-02-03 09:46:06 +01:00
470f84a4b9 feat: update repos to new forgejo 2026-02-01 16:05:54 +01:00
25580ded3b feat: nb change networking and add projects 2026-02-01 14:23:27 +01:00
c589a47353 fix: firefox and thunderbird scaling 2026-01-25 15:23:53 +01:00
b2b263013a feat: add codex to nvim 2026-01-25 14:41:13 +01:00
025adf4142 feat: add project 2026-01-05 10:45:45 +01:00
5dba628040 feat: nb, nvim config, install apps 2025-12-31 15:07:32 +01:00
4bc85210f9 fix: dominik thunderbird calendar invitation mail 2025-12-29 00:24:25 +01:00
4709d34b3e feat: changes to battery warning 2025-12-28 12:33:51 +01:00
5f300d9e7b feat: nb initial click and load 2025-12-10 12:49:30 +01:00
18a8fde66e feat: add uv for mcp 2025-12-04 11:38:22 +01:00
170becceb0 fix: nvim 2025-12-01 22:05:24 +01:00
1d182437db feat: nb update to 25.11 2025-12-01 16:17:10 +01:00
bd6b15b617 changes 2025-11-29 22:42:09 +01:00
998f04713f fix(nb): additional sops.lua bug fixes
- Use nvim_buf_get_name(args.buf) instead of vim.fn.expand("%:p") in BufReadPost
- Add timeout to encrypt operation to prevent infinite hangs
- Add microsecond precision to temp file names to prevent collisions
- Strip trailing newline before vim.split to avoid extra empty lines
- Add trailing newline when writing temp file for POSIX compliance

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 01:54:20 +01:00
6935fbea8b fix: sops implementation 2025-11-28 01:32:23 +01:00
58d8ef050c feat: install own claude-code 2025-11-27 22:10:05 +01:00
111b8cec97 feat: change rustdesk for epicenter 2025-11-27 21:49:11 +01:00
1a70ca9564 feat: add pyload 2025-11-23 11:28:57 +01:00
b3c5366f31 feat: nb change building speed 2025-11-19 00:00:58 +01:00
8305d1b0c5 fix: nb chromium 2025-11-18 22:31:07 +01:00
3775e0dd7b feat: add ai-image-alt 2025-11-12 22:50:09 +01:00
66a5d69846 feat: add php 2025-11-12 22:48:54 +01:00
cfdb8d8474 fix: nvim sops error 2025-10-28 16:31:20 +01:00
d50ed9858c fix: nvim sops, remove lsp 2025-10-28 14:10:04 +01:00
ca04f5d8c3 feat: nb add ownstash api project 2025-10-27 16:37:54 +01:00
f49ac19af1 fix identityfile for host 2025-10-22 23:49:03 +02:00
27c85ff9d0 fix: nvim sops double save issue 2025-10-22 19:19:40 +02:00
b6d44b5a20 fix: nvim sops lua 2025-10-22 19:14:36 +02:00
b8b7574536 fix: nb nvim auto open claude 2025-10-22 15:25:39 +02:00
5ee2cb2b56 feat: nb update signal desktop files 2025-10-22 15:25:19 +02:00
6be832b012 feat: nb add ssh config for whoidentifies.me 2025-10-22 14:30:35 +02:00
fc9ef6b9ff feat: nb add sway launcher cleanup 2025-10-22 14:29:53 +02:00
ec19103a81 fix: nb change open mapping for the terminal 2025-10-22 13:23:50 +02:00
7499a21cbd feat: nb add wim-api project 2025-10-22 12:31:53 +02:00
5758b3a320 fix(nvim): enable yaml syntax highlighting for sops files
Add BufReadPre autocmd to set filetype=yaml before buffer is loaded,
ensuring syntax highlighting works immediately when opening encrypted
sops files. Also updated BufReadPost to unconditionally set yaml
filetype after decryption.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 12:29:10 +02:00
7d2f818fca feat: nb add env variable for sops 2025-10-22 11:58:58 +02:00