Fixed issues..

This commit is contained in:
Jack Mechem 2026-04-03 15:59:12 -07:00
parent 5395bf80c9
commit 4f3b54842b
7 changed files with 253 additions and 88 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ inputs, pkgs, ... }:
{
home.packages = with pkgs; [
### Desktop Stuff
@ -36,6 +36,6 @@
### Development Tools
jdk
gnumake
claude-code
inputs.claude-code.packages.${pkgs.system}.claude-code
];
}