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

@ -9,6 +9,8 @@
self.nixosModules.pipewire
self.nixosModules.development
self.nixosModules.librewolf
self.nixosModules.hyprland
self.nixosModules.user-jingo
];
# Bootloader.
@ -80,7 +82,6 @@
# enable = true;
# enableSSHSupport = true;
# };
programs.hyprland.enable = true;
virtualisation.docker.enable = true;
# enable emulation for ARM (for cross-compiling for RaspberryPi)