nixos/system/Northstar.nix

8 lines
74 B
Nix

{ ... }:
{
imports = [
./laptop.nix
./desktop/plasma.nix
];
}