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, config,
pkgs, pkgs,
niri,
... ...
}: { }: {
imports = [./laptop.nix]; imports = [./laptop.nix];
environment.systemPackages = [niri];
boot = { boot = {
initrd.kernelModules = ["amdgpu"]; initrd.kernelModules = ["amdgpu"];
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];