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