8 lines
70 B
Nix
8 lines
70 B
Nix
{ config, pkgs, inputs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./niri.nix
|
|
];
|
|
}
|