Commit graph

58 commits

Author SHA1 Message Date
2134f1f1d4 Finally switch to Lix! 2024-05-18 19:32:04 -04:00
499b4bf30a Dotnet lock files failing, basically right after I update flake.lock? Feels like a coincidence, but... 2024-05-18 18:01:41 -04:00
884596a413 Forgot to update rom-properties.src before committing originally! 2024-05-18 17:48:32 -04:00
a30d7b0b94 Removed my callPackage = pkgs.callPackage\ "alias" so it's a little less confusing. 2024-05-18 17:47:43 -04:00
3b7957d45b Silly me, I forgot pkgs. on the flake's callPackage call for rom-properties! 2024-05-18 17:46:13 -04:00
d4bb874a57 Finally add rom-properties to home.packages! 2024-05-18 17:40:09 -04:00
3b82363534 Update flake.lock just because. 2024-05-18 17:20:43 -04:00
5ae1623230 Remove TargetName_lowercase.diff since it didn't work, so I don't use it anymore. 2024-05-18 16:36:04 -04:00
a609e36403 Swap to using the main csproj, and rename the binary to sabretools 2024-05-18 16:35:10 -04:00
dc83e9ca00 Add SabreTools to home.packages -- Bianry is SabreTools, trying to fix that... 2024-05-18 06:27:33 -04:00
1f699da0a1 Commas and incorrectly pointing at variables are hard. 2024-05-18 05:54:39 -04:00
813722216b Oops, messed up where ps3dec was actually located. 2024-05-18 05:51:17 -04:00
267dad7f8b idk, I moved some comments around again. 2024-05-18 05:49:45 -04:00
4e4601eafa Change ps3dec license to lib.licenses.unfree because \*TECHNICALLY...\* 2024-05-18 05:49:17 -04:00
5bfa7afb82 Add ps3dec to home.packages 2024-05-18 05:44:36 -04:00
3edea2bd31 Update flake.lock 2024-05-18 04:06:46 -04:00
c63489eff2 Update IRDKit's deps.nix so it can build. 2024-05-18 03:48:31 -04:00
8376e2453c Bleh 2024-05-18 03:34:23 -04:00
4e034f1bfc Tweak some comments around my self-packaged apps. 2024-05-18 03:31:06 -04:00
a23fc68d9e Add my self-packaged apps to flake.nix so I can easily update them in future. 2024-05-18 03:30:33 -04:00
1b7aa8a8b3 Enable nixpkgs.config.allowUnfree = true; to make my life easier. 2024-05-18 03:27:59 -04:00
7ad91a64ac Remove myself as maintainer of ird_tools just to ease any issues there. 2024-05-18 02:16:16 -04:00
08baf793bf Ah, I misread my own comment lol. Tweaked the message a little, that's for future me. 2024-05-18 02:11:05 -04:00
42619cc0d5 Change ird_tools back to lib.licenses.unfree, and tweak comment layout. 2024-05-18 02:08:59 -04:00
e91485c0af Add irdkit and ird_tools to my packages again. 2024-05-18 01:50:05 -04:00
a4f824c0e7 Add old root channel list to README.md so I have a record of it. Just in case. 2024-05-17 19:19:37 -04:00
77d5921a3d ... Maybe a couple more comments. 2024-05-14 06:02:59 -04:00
ac341f613a Move some comments around again. 2024-05-14 04:23:11 -04:00
3bc7bddb25 Change system.configurationRevision to use self.shortRev instead of rev. 2024-05-14 04:04:51 -04:00
2ea9051688 Remove some outdated files that git was still holding... for some reason. 2024-05-13 23:31:53 -04:00
d0c059e25e First try of a slightly cleaner version. 2024-05-13 23:18:54 -04:00
8f076a0ded I was going to make another joke about "Being Itchy" but decided not to. 2024-05-13 22:59:07 -04:00
822f103b1f Suddenly I'm itchy. 2024-05-13 03:57:53 -04:00
0a81dadc0c Re-enable nix-index since I want the database, but not the shell Integration. 2024-05-12 05:24:57 -04:00
9280090c26 Adjust .gitignore based on another repo 2024-05-11 17:00:47 -04:00
cd80c21d67 Move some stuff around, eh. 2024-05-11 04:41:00 -04:00
e136b6ed0b Remove nix-index from automatic failed command search 2024-05-11 04:14:37 -04:00
fe4cc259f8 I'm abandoning my nixosConfigurations.testing-wsl attempt, but want to keep it around. 2024-05-11 03:57:40 -04:00
06dad6599d Oops, forgot to commit inputs.agenix.inputs.home-manager.follows 2024-05-11 03:52:59 -04:00
58e9b32176 Oops, forgot to git add flake.lock before doing that last commit. 2024-05-11 03:48:50 -04:00
78b86da954 Update flake.lock since stuff in it changed anyway 2024-05-11 03:47:39 -04:00
ac6247e77a Add home.packages = [pkgs.fd] and some h-m options 2024-05-11 01:40:59 -04:00
b5ce85caf9 Update flake.lock 2024-05-08 19:11:15 -04:00
7e48edb7c7 Add nix-index-database to configs 2024-05-08 15:35:46 -04:00
703187a639 Fix .gitignore because I added comments in the wrong spot.
Oops.
2024-05-08 04:45:01 -04:00
0cdd87cbd8 Add revision tag to config 2024-05-08 04:44:30 -04:00
3bbaf1e5d2 Add comment block to system/packages.nix
This is meant as documentation in case I want to enable `documentation.{man,nixos}` in the future, though I honestly doubt that I will. These would fix tools like `whatis`, but apparently `whatis` only seems to work on packages installed via `environment.systemPackages` that have man pages.
2024-05-08 04:00:00 -04:00
db8b248b7f Mess with .gitignore 2024-05-08 03:54:41 -04:00
763b48eb03 Remove a comment that's not needed anymore 2024-05-08 01:48:18 -04:00
00d0195309 Fix xil package since I did that incorrectly. 2024-05-08 01:31:36 -04:00