13 lines
118 B
Nix
13 lines
118 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
xdg.configFile = {
|
|
"hypr/hyprland.conf".source = ./hyprland.conf;
|
|
};
|
|
}
|