nixos/hosts/magicman/default.nix
Torjus Håkestad 3f2f3db78a
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m48s
Add some laptop settings
2025-05-16 11:00:46 +02:00

16 lines
178 B
Nix

{
inputs,
self,
pks,
...
}:
{
imports = [
./configuration.nix
./hardware-configuration.nix
./laptop.nix
../../system
../../home/magicman.nix
];
}