add niri
This commit is contained in:
parent
3118ed9302
commit
1a2ed203d8
2 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
./thunderbird.nix
|
./thunderbird.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
|
./niri.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
|
||||||
|
|
|
||||||
4
hosts/haze/niri.nix
Normal file
4
hosts/haze/niri.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ niri ];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue