feat: new setup for work laptop

This commit is contained in:
Jet 2026-04-23 20:18:40 -07:00
parent 572a731057
commit 17328f7089
No known key found for this signature in database
17 changed files with 1063 additions and 957 deletions

15
home-modules/default.nix Normal file
View file

@ -0,0 +1,15 @@
{ ... }:
{
imports = [
./lib.nix
./core.nix
./packages.nix
./git.nix
./shell.nix
./terminal.nix
./browser.nix
./desktop.nix
./opencode.nix
];
}