diff --git a/configuration/Northstar.nix b/configuration/Northstar.nix index 77d1b399..7e3cd81b 100644 --- a/configuration/Northstar.nix +++ b/configuration/Northstar.nix @@ -1,9 +1,11 @@ { config, pkgs, + niri, ... }: { imports = [./laptop.nix]; + environment.systemPackages = [niri]; boot = { initrd.kernelModules = ["amdgpu"]; extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];