niri works

This commit is contained in:
twoneis 2024-03-13 17:12:48 +01:00
parent a8f10d1ea7
commit 53e2d19bd1
6 changed files with 17 additions and 8 deletions

View file

@ -0,0 +1,6 @@
{ pkgs, ... }: {
services.blueman.enable = true;
environment.systemPackages = with pkgs; [
blueman
];
}