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

@ -0,0 +1,5 @@
{ self, inputs, ... }: {
flake.nixosModules.user-jingo = { ... }: {
hyprland-users = [ "jingo" ];
};
}