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
|
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
||||||
- name: Push build to attic
|
- name: Push build to attic
|
||||||
run: |
|
run: |
|
||||||
attic login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
nix run nixpkgs#attic-client -- login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
||||||
attic push gospel:nixosConfigs ./result
|
nix run nixpkgs#attic-client -- push gospel:nixosConfigs ./result
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,10 @@ 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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue