Add niri compositor to Northstar
This commit is contained in:
parent
0778a93759
commit
1ba2796008
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
niri,
|
||||
...
|
||||
}: {
|
||||
imports = [./laptop.nix];
|
||||
environment.systemPackages = [niri];
|
||||
boot = {
|
||||
initrd.kernelModules = ["amdgpu"];
|
||||
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
|
||||
|
|
Loading…
Reference in a new issue