This commit is contained in:
2025-03-12 16:31:48 +01:00
parent 3118ed9302
commit 1a2ed203d8
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
./thunderbird.nix
./hardware.nix
./network.nix
./niri.nix
./sway.nix
./syncthing.nix

4
hosts/haze/niri.nix Normal file
View File

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