Compare commits

..

2 commits

Author SHA1 Message Date
881293f3b6 Switch to running in docker
All checks were successful
Buill NixOS Configurations / Build-NixOS-Configurations (carbon) (push) Successful in 2m25s
Buill NixOS Configurations / Build-NixOS-Configurations (git) (push) Successful in 26s
Buill NixOS Configurations / Build-NixOS-Configurations (gospel) (push) Successful in 32s
Buill NixOS Configurations / Build-NixOS-Configurations (node) (push) Successful in 2m12s
2026-02-16 19:22:13 -08:00
99d6d591be Update interrupt key 2026-02-16 16:06:31 -08:00
2 changed files with 6 additions and 2 deletions

View file

@ -19,5 +19,5 @@ jobs:
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
- name: Push build to attic
run: |
attic login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
attic push gospel:nixosConfigs ./result
nix run nixpkgs#attic-client -- login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
nix run nixpkgs#attic-client -- push gospel:nixosConfigs ./result

View file

@ -26,6 +26,10 @@ in
enable = true;
settings = {
theme = "catppuccin";
keybinds = {
app_exit = "ctrl+d,<leader>q";
session_interrupt = "ctrl+c";
};
mcp = {
context7 = {
type = "local";