From 1ba2796008cbf23c948be3bd4d622299b7fbeb8e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 31 May 2024 06:19:31 +0100 Subject: [PATCH] Add niri compositor to Northstar --- configuration/Northstar.nix | 2 ++ 1 file changed, 2 insertions(+) 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];