6 lines
86 B
Nix
6 lines
86 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
xdg.configFile."niri/config.kdl".source = ./config.kdl;
|
|
}
|