flake/modules/home/herbstluftwm/default.nix
2024-03-26 11:39:16 +00:00

9 lines
108 B
Nix

{
config,
lib,
pkgs,
...
}:
{
home.file.".config/herbstluftwm/autostart".source = ./autostart;
}