This commit is contained in:
Tristan D. 2024-08-07 09:39:46 +02:00
parent aeacf70748
commit 63c7ae490e
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4
2 changed files with 7 additions and 3 deletions

View file

@ -302,6 +302,10 @@
name = "query";
value = "{searchTerms}";
}
{
name = "release";
value = "master";
}
];
}
];

View file

@ -304,9 +304,9 @@ in
ZELLIJ_AUTO_ATTACH = "false";
};
# TODO Disable gui apps & switch to emacs-git instead of pgtk on headless systems
packages = with pkgs; [
myEmacs
# asciinema
any-nix-shell
atool
aspell
@ -345,11 +345,11 @@ in
tree-sitter
wget
wl-clipboard
zeal
zeal # GUI
zstd
neovim
lazydocker
zed-editor
sshx
];
};
}