Polish ringtail NixOS config and add documentation #208

Merged
eblume merged 30 commits from feature/ringtail-nixos into main 2026-02-18 17:53:48 -08:00
Showing only changes of commit a1e308a43c - Show all commits

Launch 1Password and Steam on sway startup

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-02-18 12:39:53 -08:00

View file

@ -161,6 +161,10 @@
xkb_options = "ctrl:nocaps";
};
};
startup = [
{ command = "1password"; }
{ command = "steam"; }
];
};
};