gitignore and warnings

This commit is contained in:
Jana Dönszelmann 2026-03-17 10:50:47 +01:00
parent 02bd57490f
commit e6522bdb86
No known key found for this signature in database
5 changed files with 37 additions and 28 deletions

View file

@ -20,7 +20,7 @@ inputs@{ machine, ... }:
"cp-ani" = cp-media "ani" "anime";
"ragdoll" = ragdoll;
"dumpasm" = "${pkgs.custom.dumpasm}/bin/dumpasm";
"p" = builtins.trace calc calc;
"p" = calc;
"s" = "systemctl";
"j" = "journalctl";
"ju" = "journalctl -u";
@ -239,7 +239,11 @@ inputs@{ machine, ... }:
setupTide = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
setupTide() {
${pkgs.fish}/bin/fish -c ${lib.escapeShellArg "tide configure ${
lib.cli.toGNUCommandLineShell { } {
lib.cli.toCommandLineShell (optionName: {
option = if builtins.stringLength optionName > 1 then "--${optionName}" else "-${optionName}";
sep = null;
explicitBool = false;
}) {
auto = true;
style = "Lean";
prompt_colors = "True color";