Compare commits
No commits in common. "881293f3b6c686a2179b6b9ff81115f9a2410f0f" and "68aa7a16f81cc1eba4a66c1d6f27622f56541072" have entirely different histories.
881293f3b6
...
68aa7a16f8
2 changed files with 2 additions and 6 deletions
|
|
@ -19,5 +19,5 @@ jobs:
|
|||
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
||||
- name: Push build to attic
|
||||
run: |
|
||||
nix run nixpkgs#attic-client -- login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
||||
nix run nixpkgs#attic-client -- push gospel:nixosConfigs ./result
|
||||
attic login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
||||
attic push gospel:nixosConfigs ./result
|
||||
|
|
|
|||
|
|
@ -26,10 +26,6 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
theme = "catppuccin";
|
||||
keybinds = {
|
||||
app_exit = "ctrl+d,<leader>q";
|
||||
session_interrupt = "ctrl+c";
|
||||
};
|
||||
mcp = {
|
||||
context7 = {
|
||||
type = "local";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue