Compare commits

..

No commits in common. "881293f3b6c686a2179b6b9ff81115f9a2410f0f" and "68aa7a16f81cc1eba4a66c1d6f27622f56541072" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

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

View file

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