1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
blueplum e496038938 chore: re-add git signing key 2026-03-15 15:37:46 +01:00
blueplum 92b8bbe248 patch: fix nix shell unnecessary prompt ')' 2026-03-15 15:31:04 +01:00
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -101,4 +101,11 @@ in
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}+="wacom.service" ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}+="wacom.service"
''; '';
}; };
homeManager = {
programs.git.signing = {
signByDefault = true;
key = "60649DFDEAACD73D";
};
};
} }
+1 -1
View File
@@ -49,7 +49,7 @@ function fish_prompt
set -ql packages[4]; and set nix_shell "$nix_shell, +$(math (count $packages) - 2) more" set -ql packages[4]; and set nix_shell "$nix_shell, +$(math (count $packages) - 2) more"
set -ql packages[1]; set nix_shell "$nix_shell) " set -ql packages[1]; and set nix_shell "$nix_shell) "
end end
end end