Compare commits
2 commits
68aa7a16f8
...
881293f3b6
| Author | SHA1 | Date | |
|---|---|---|---|
| 881293f3b6 | |||
| 99d6d591be |
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue