Whovian NTSN
30c473e47b
Make `rom-properties` into Flake input :)
2024-09-02 02:11:36 -04:00
Whovian NTSN
2561efc541
Update all dotnet app dependencies in `home.packages`
2024-08-30 03:36:03 -04:00
Whovian NTSN
d0b918f2c6
Add `psfo`.
2024-08-30 00:07:19 -04:00
Whovian NTSN
38702db01b
Update `hactoolnet`.
2024-08-30 00:05:23 -04:00
Whovian NTSN
51670a7a4c
Add `hactoolnet` to my h-m config.
...
Finally have this building, so let's add it to the package collection!
2024-08-24 04:43:41 -04:00
Whovian NTSN
4d483ad46c
Re-enable `nix-init` as fixed upstream and in Nixpkgs.
2024-08-20 04:34:52 -04:00
Whovian NTSN
74c714039d
Update `rom-properties`
2024-08-19 03:22:25 -04:00
Whovian NTSN
18c1312242
Remove `nix-init` temporarily.
...
Broken upstream, but got fixed. Waiting for updated version to hit nixos-unstable.
2024-08-17 03:12:12 -04:00
Whovian NTSN
5fb1c776e5
Fix `nxtik` build - Thanks to the dev for this!
2024-08-09 18:15:28 -04:00
Whovian NTSN
11d347902b
Update `sabretools` package to fix building.
2024-07-29 15:23:11 -04:00
Whovian NTSN
374f302b26
Update `binaryobjectscanner` package to fix building.
2024-07-29 15:15:05 -04:00
Whovian NTSN
e9ec1fa343
Update `irdkit` package to fix building.
2024-07-29 14:33:00 -04:00
Whovian NTSN
6f9e9796b6
Add note about `pkgs.nixfmt-classic` being technically deprecated.
2024-07-23 05:22:25 -04:00
Whovian NTSN
deeedb8f06
Add a modified `nix-init` :)
2024-07-20 04:40:23 -04:00
Whovian NTSN
b982c6ef0d
Update `rom-properties`
2024-07-16 06:09:00 -04:00
Whovian NTSN
5af560a8cc
Add `termbin` alias, which I haven't been able to test.
2024-07-12 00:23:14 -04:00
Whovian NTSN
421df4929f
Update `nxtik` license.
2024-07-06 16:03:50 -04:00
Whovian NTSN
2fe1b6d614
Fix the `with` flags, because I hate those flags :)
2024-07-06 04:18:43 -04:00
Whovian NTSN
f20e3ac64a
Oops, I forgot to actually add `nxtik` to `home.packages`.
2024-07-06 04:02:38 -04:00
Whovian NTSN
ab926d0c0c
Fix `hactoolnet-bin` in my `my_packages` attrset. Oops.
2024-07-06 04:01:47 -04:00
Whovian NTSN
fdcbcb3449
Add `nxtik` to `home.packages`.
2024-07-06 03:59:17 -04:00
Whovian NTSN
08b90e3c18
I'll be honest, it's tiring to add specifics sometimes.
2024-07-02 02:31:52 -04:00
Whovian NTSN
d8e349c617
Add `ndstool` to `home.packages`.
2024-07-01 03:20:59 -04:00
Whovian NTSN
717bfbeb1d
Remove `rust.nix` from `home-manager` config.
2024-06-29 07:21:39 -04:00
Whovian NTSN
10d72d84db
Add `aaru` to `home.packages`.
2024-06-29 06:25:49 -04:00
Whovian NTSN
8f7ba01613
Add `$HOME/bin` to user path.
2024-06-29 05:41:17 -04:00
Whovian NTSN
b9a711d510
Add a `rustfmt` config to my dotfiles, though admittedly I'm not sure if it completely works.
2024-06-26 06:28:32 -04:00
Whovian NTSN
fa57a693c7
Update `binaryobjectscanner`.
2024-06-21 18:10:02 -04:00
Whovian NTSN
66b05bc30a
Add `pkgs.doctl` to `home.packages`.
2024-06-18 18:42:30 -04:00
Whovian NTSN
ba24cee243
Use `executables` in evaluation to set executables to have in `/bin/`.
2024-06-18 05:00:03 -04:00
Whovian NTSN
22a6af519b
Update `binaryobjectscanner`.
2024-06-18 04:58:53 -04:00
Whovian NTSN
fb41970d29
Move some packages around in my h-m config.
2024-06-15 02:59:30 -04:00
Whovian NTSN
4daf78c70d
Add `binaryobjectscanner` to packages!
2024-06-15 02:58:42 -04:00
Whovian NTSN
2db056beeb
Re-enabled `nix-index` ZSH integration.
...
Note to self, remember how to re-enable the `command-not-found` tooling instead of the full `nix-index` output. (The "Full" output is too much.)
2024-06-14 16:48:08 -04:00
Whovian NTSN
d19ad35bfb
Change `unnix` `sed` replacement text.
2024-06-13 23:31:30 -04:00
Whovian NTSN
5a17ff1af6
Update `deps.nix` for `irdkit` and `sabretools`
2024-06-10 04:59:06 -04:00
Whovian NTSN
d9046b8321
Various changes to config, see notes under the fold.
...
- Adds `mySSHKeys` via `inherit` from `system/sshKeys.nix` for easier setting of allowed SSH keys
- Especially useful for self-built `x86_64-linux` NixOS ISO.
- Swap where user groups are set to `system/users.nix`
- Add `myOptions.isWSL` to identify if an environment is used in WSL or not.
- Used for setting user groups between WSL and bare-metal.
- Requires adding `myOptions` as module to WSL systems?
- Need to investiage if this properly works on bare-metal machines
- So likely needs tested in VM?
- Added `myOptions.isWSL` option to `nixos-wsl` for group setting reasons, see above.
- Fleshed out `nixosConfigurations.isoimage-pc` to make keep some tools handy for live environment.
- Plus, gave ssh key access to `root` user on ISO.
- Need to double check if `nixos` user needs keys too.
- Is that user still even generated with current config? Need to test.
- Added `unnix_script` to `home-manager` environment's `home.packages`, so I can remove Nix Store paths from text input easily for ease of comparing against other builds.
2024-06-09 05:05:25 -04:00
Whovian NTSN
1a6da08c20
Yay, comments!
2024-06-07 02:16:31 -04:00
Whovian NTSN
d5d9d71e65
Documentation edits are my passion.
2024-06-05 21:10:42 -04:00
Whovian NTSN
0bb17c2e91
Update the `rom-properties` package a bit to remove build warnings.
2024-06-04 19:17:31 -04:00
Whovian NTSN
bd1120a2cb
Add fully working `rom-properties` evaluation!
2024-06-04 05:24:03 -04:00
Whovian NTSN
e637ddcc58
wtf stray characters? In *my* config?!
2024-06-02 06:21:07 -04:00
Whovian NTSN
973f3b23f6
Add Elixi.re key, and add (commented out) `nixps` config to `flake.nix`.
2024-06-02 05:55:42 -04:00
Whovian NTSN
4ed47ea6e9
Change how I have `screen` installed.
2024-06-02 02:08:46 -04:00
Whovian NTSN
d249583cff
idk this should fix a bad path
2024-06-01 15:39:59 -04:00
Whovian NTSN
126b726974
Update `rom-properties` `package.nix` to clean up output file paths.
2024-06-01 05:48:54 -04:00
Whovian NTSN
0852e5d655
Fuck it, enabling `rom-properties` since I thought that I already had.
2024-05-31 04:42:30 -04:00
Whovian NTSN
a13df57b48
Yay, more comment edits!
2024-05-29 21:48:50 -04:00
Whovian NTSN
fb618c0fd3
Oops, forgot to add `hactoolnet-bin` to the `my_packages` set.
2024-05-29 21:48:29 -04:00
Whovian NTSN
0bce5f5a0d
Add note near `home.packages` about `hactoolnet-bin`
2024-05-29 16:33:52 -04:00