trying to get niri to work (again)

This commit is contained in:
twoneis 2023-12-19 16:41:35 +01:00
parent b0229d5475
commit c5a9f23634
4 changed files with 60 additions and 10 deletions

5
modules/niri/default.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
niri
];
}