trying to get niri to work (again)
This commit is contained in:
parent
b0229d5475
commit
c5a9f23634
4 changed files with 60 additions and 10 deletions
5
modules/niri/default.nix
Normal file
5
modules/niri/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
niri
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue