Add niri compositor to Northstar

This commit is contained in:
Evie Litherland-Smith 2024-05-31 06:19:31 +01:00
parent 0778a93759
commit 1ba2796008

View file

@ -1,9 +1,11 @@
{
config,
pkgs,
niri,
...
}: {
imports = [./laptop.nix];
environment.systemPackages = [niri];
boot = {
initrd.kernelModules = ["amdgpu"];
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];