9 lines
137 B
Nix
9 lines
137 B
Nix
|
{ config, lib, pkgs, nixos-unstable, inputs, ... }:
|
||
|
|
||
|
{
|
||
|
programs.niri = {
|
||
|
enable = true;
|
||
|
# wrapperFeatures.gtk = true;
|
||
|
};}
|
||
|
|