feat: add laptop stuff, restructure a bit

This commit is contained in:
jackjohn7 2026-03-26 22:55:57 -05:00
parent 1dcba83a6a
commit 6d05d6a323
13 changed files with 556 additions and 13 deletions

View file

@ -1,5 +1,6 @@
{ self, inputs, ... }: {
flake.nixosModules.base = { pkgs, lib, ... }: {
imports = [ inputs.hjem.nixosModules.default ];
# Set your time zone.
time.timeZone = "America/Chicago";