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"; name = "query";
value = "{searchTerms}"; value = "{searchTerms}";
} }
{
name = "release";
value = "master";
}
]; ];
} }
]; ];

View file

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