Commit graph

53 commits

Author SHA1 Message Date
8ab8b26da4
neofetch -> hyfetch 2024-06-27 00:43:45 -04:00
b7c8c63d19
Increase prompt history length to 15,000 2024-06-22 18:27:27 -05:00
a3848d5d18
Centralize overlay path specification 2024-05-27 21:23:51 -04:00
cca0dd227f
Upgrade iTerm2 shell integration
(This additionally modifies its hash as well - whoops!)
2024-05-21 20:42:27 -04:00
e31cb7f10c
Add minicom 2024-05-18 15:24:22 -04:00
a7b3f7455a
Upgrade iTerm2 shell integration 2024-05-18 15:24:16 -04:00
a58553c0f1
Upgrade to Node.js 22 2024-05-04 11:38:13 -05:00
8b3eb263a8
Ensure vim is used with git as an editor 2024-04-23 08:32:42 -05:00
5a0ff674ac
Add cachix 2024-04-22 21:32:56 -05:00
1025996f60
Add ripgrep 2024-04-10 22:28:38 -05:00
509e11192a
Add socat 2024-04-04 08:45:13 -05:00
43ef2d2bf1
zsh: Preserve 5000 lines of history
This used to be far longer - I don't know when it changed :( augh
2024-03-31 15:43:29 -05:00
b4a1ef4ad5
Adapt to non-deprecated autosuggestions option 2024-03-25 19:37:23 -05:00
0696af99c8
Re-add jadx 2024-02-25 23:26:11 -06:00
e374f22497
Upgrade nixpkgs 2024-02-14 13:25:38 -06:00
688a5d7867
Add telnet 2024-02-08 10:21:21 -06:00
f7b491f73d
Add bun
This additionally removes `mitmproxy` - unfortunately, it's broken under macOS.

It's quite a useful tool, but can be installed via other means for the time being.
2024-01-31 22:35:26 -06:00
a2c941ea44
Allow overriding username
More specifically, this assists with the Steam Deck.
2024-01-24 12:48:54 -06:00
be70b73611
Remove trippy
It's a nice tool, but we have mtr.
2024-01-12 09:26:05 -06:00
a46344fd47
Add pnpm
This uses the latest version of Node.js (21) as `nodejs` itself is currently 20. Once a newer version is released, this will need to be bumped.
2024-01-07 17:16:40 -06:00
4a835f7bf9
jdk: Upgrade to 21
Of course, we're pinning the current latest version. Upon release of JDK 22 and so forth, we'll need to upgrade.
2024-01-07 14:24:46 -06:00
35e79bab8f
Remove bazelisk
We no longer need Bazel for any projects, so it's not worth keeping around.
2024-01-06 09:59:25 -06:00
06e5acd1cd
Add trippy alongside mtr 2023-12-31 17:24:42 -06:00
4d1313a489
Utilize ffmpeg-full 2023-12-15 07:54:17 -06:00
b6e62a60ad
Add back dmg2img
Necessary for `vfdecrypt`
2023-12-12 07:35:54 -06:00
c538f3577b
vim: leverage with pkgs; 2023-12-07 15:10:47 -06:00
d73a00d5bc
Add idevice* via libimobiledevice 2023-10-22 19:28:17 -05:00
49c98726e8
Drop dmg2img; add iproxy
dmg2img is apparently no longer maintained upstream. Gentoo has axed it, and we'll do the same. `qemu-img` generally handles all DMGs necessary, and `7z` often gets the rest.
2023-10-17 09:22:02 -05:00
36d308aac3
Re-introduce keysrc
keysrc allows for flexible, manual per-device configuration. Contrary to its name, it should not be used for keys - it's simply used as scratch.

Should its name change? Likely!
2023-10-10 21:18:00 -05:00
aee8cf924a
Add mitmproxy 2023-09-30 13:38:49 -05:00
aed1e3f2bf
Run nixpkgs-fmt 2023-09-17 09:38:02 -05:00
fbc1f9235f
Add zstd 2023-09-17 09:28:23 -05:00
466000c1e2
Remove nixops
It currently has vulnerabilities of some sort, and in general did not fit any appropriate usage case.
2023-09-12 21:51:11 -05:00
46d6592099
Revert envExtra addition
That broke more than it solved :(
2023-09-10 23:27:32 -05:00
d42e570cd8
Resolve gpg woes 2023-09-10 23:18:24 -05:00
0e960995fb
Add GPG-specific option 2023-09-10 23:05:09 -05:00
29a271d52f
Remove prompt optional
No configuration particuarly needs this.
2023-09-10 23:01:39 -05:00
7f1c17f151 Split prompt and desktop
This allows for headless configurations to be marginally easier.
2023-09-10 22:39:18 -05:00
6c9d93a2c8
Add in Nix daemon default source
This (hopefully?) fixes woes with non-interactive shells under Gentoo.
2023-09-10 21:38:38 -05:00
a5a1dec30b
zsh: Ignore all dependencies 2023-09-09 14:58:19 -05:00
a3f3d9e4a6
Add nmap 2023-09-02 22:35:11 -05:00
43ec8715ff
Restore ncdu 2023-08-28 10:55:18 -05:00
459da19ecb
Add .git-blame-ignore-rev support 2023-08-17 21:36:08 -05:00
4d69142a90
Downgrade to ncdu 1.x temporarily 2023-08-17 14:55:40 -05:00
e2fc859b77
Friendship ended with bazel. Bazelisk is my new best friend 2023-08-07 16:41:37 -05:00
f8484164da
Add xz 2023-08-03 15:40:34 -05:00
f6afa74b21
Add QEMU by itself 2023-07-27 13:15:01 -05:00
471c61218e
Include pure Swift version of swiftformat
This should probably be upstreamed... eventually.
2023-07-22 20:47:53 -05:00
de38673001
Add bazel 2023-07-22 17:40:48 -05:00
041bf3a81f
Include Monaco for Powerline
This probably shouldn't be included within a git repo, but it's small enough that we're not going to fret about it too much.
2023-07-18 09:51:10 -05:00